Fog::Collection
# File lib/fog/aws/models/beanstalk/events.rb, line 11 def all(options={}) data = service.describe_events(options).body['DescribeEventsResult']['Events'] load(data) # data is an array of attribute hashes end
[Validate]
Generated with the Darkfish Rdoc Generator 2.