Sha256: c63c6d728347a9ea618f6e0239cced97d04902d60f2afdb25560ab619a2dfdda
Contents?: true
Size: 428 Bytes
Versions: 65
Compression:
Stored size: 428 Bytes
Contents
require 'fog/core/collection' 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
65 entries across 65 versions & 6 rubygems