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



9
10
11
12
# File 'lib/fog/brightbox/models/compute/events.rb', line 9

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