Sha256: 333ebddd214425ab4206303a110843fc360fd31d1ad5e6e79cf28fd4ecfa1342
Contents?: true
Size: 396 Bytes
Versions: 76
Compression:
Stored size: 396 Bytes
Contents
require 'fog/aws/models/beanstalk/event' module Fog module AWS class ElasticBeanstalk class Events < Fog::Collection model Fog::AWS::ElasticBeanstalk::Event def all(options={}) data = service.describe_events(options).body['DescribeEventsResult']['Events'] load(data) # data is an array of attribute hashes end end end end end
Version data entries
76 entries across 74 versions & 3 rubygems