Methods

Class/Module Index [+]

Quicksearch

Fog::AWS::ElasticBeanstalk::Events

Public Instance Methods

all(options={}) click to toggle source
# 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.