Class: Fog::Brightbox::Compute::Events
- Inherits:
-
Collection
- Object
- Collection
- Fog::Brightbox::Compute::Events
- Defined in:
- lib/fog/brightbox/models/compute/events.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
9 10 11 12 |
# File 'lib/fog/brightbox/models/compute/events.rb', line 9 def all data = service.list_events load(data) end |