Class: Fog::AWS::ElasticBeanstalk::Events
- Inherits:
-
Collection
- Object
- Collection
- Fog::AWS::ElasticBeanstalk::Events
- Defined in:
- lib/fog/aws/models/beanstalk/events.rb
Instance Method Summary collapse
Instance Method Details
#all(options = {}) ⇒ Object
10 11 12 13 |
# File 'lib/fog/aws/models/beanstalk/events.rb', line 10 def all(={}) data = service.describe_events().body['DescribeEventsResult']['Events'] load(data) # data is an array of attribute hashes end |