# File lib/fog/aws/models/beanstalk/environments.rb, line 11
        def all(options={})
          data = service.describe_environments(options).body['DescribeEnvironmentsResult']['Environments']
          load(data) # data is an array of attribute hashes
        end