Class: Fog::OpenStack::Event::Events
- Inherits:
-
Collection
- Object
- Collection
- Collection
- Fog::OpenStack::Event::Events
- Defined in:
- lib/fog/openstack/event/models/events.rb
Instance Attribute Summary
Attributes inherited from Collection
Instance Method Summary collapse
Methods inherited from Collection
#destroy, #get, #load_response, #summary
Instance Method Details
#all(q = []) ⇒ Object
10 11 12 |
# File 'lib/fog/openstack/event/models/events.rb', line 10 def all(q = []) load_response(service.list_events(q)) end |