Class: Fog::Compute::Brightbox::Events

Inherits:
Fog::Collection
  • Object
show all
Defined in:
lib/fog/brightbox/models/compute/events.rb

Instance Method Summary collapse

Instance Method Details

#allObject



12
13
14
15
# File 'lib/fog/brightbox/models/compute/events.rb', line 12

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