Sha256: c660befab84a3302ef2ce0292b0b0a8be03a03bfb9998f210eda9339f98545a3

Contents?: true

Size: 291 Bytes

Versions: 16

Compression:

Stored size: 291 Bytes

Contents

require "fog/brightbox/models/compute/event"

module Fog
  module Compute
    class Brightbox
      class Events < Fog::Collection
        model Fog::Compute::Brightbox::Event

        def all
          data = service.list_events
          load(data)
        end
      end
    end
  end
end

Version data entries

16 entries across 14 versions & 3 rubygems

Version Path
fog-brightbox-1.0.0.rc1 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-0.16.1 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-0.16.0 lib/fog/brightbox/models/compute/events.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-brightbox-0.15.0/lib/fog/brightbox/models/compute/events.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-brightbox-0.15.0/lib/fog/brightbox/models/compute/events.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-brightbox-0.15.0/lib/fog/brightbox/models/compute/events.rb
fog-brightbox-0.15.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-0.14.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-0.13.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-0.12.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-0.11.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-0.10.1 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-0.10.0 lib/fog/brightbox/models/compute/events.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-brightbox-0.9.0/lib/fog/brightbox/models/compute/events.rb
fog-brightbox-0.9.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-0.8.0 lib/fog/brightbox/models/compute/events.rb