Sha256: 549649712f9f7fab135e6987e36dd8de3b4792df3646b17d760e69ba8c887dc0

Contents?: true

Size: 291 Bytes

Versions: 23

Compression:

Stored size: 291 Bytes

Contents

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

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

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
fog-brightbox-1.12.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.11.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.10.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.9.1 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.9.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.8.2 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.8.1 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.8.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.7.3 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.7.2 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.7.1 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.7.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.6.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.5.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.5.0.rc1 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.4.2 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.4.1 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.4.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.3.0 lib/fog/brightbox/models/compute/events.rb
fog-brightbox-1.2.0 lib/fog/brightbox/models/compute/events.rb