class Fog::AWS::ElasticBeanstalk::Events

Public Instance Methods

all(options={}) click to toggle source
# File lib/fog/aws/models/beanstalk/events.rb, line 9
def all(options={})
  data = service.describe_events(options).body['DescribeEventsResult']['Events']
  load(data) # data is an array of attribute hashes
end