# File lib/fog/aws/models/beanstalk/environments.rb, line 18 def get(environment_name) options = { 'EnvironmentNames' => [environment_name] } if data = connection.describe_environments(options).body['DescribeEnvironmentsResult']['Environments'].first new(data) end end