Class: Fog::OpenStack::Metering::Resources
- Inherits:
-
Collection
- Object
- Collection
- Collection
- Fog::OpenStack::Metering::Resources
- Defined in:
- lib/fog/openstack/metering/models/resources.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(_detailed = true) ⇒ Object
10 11 12 |
# File 'lib/fog/openstack/metering/models/resources.rb', line 10 def all(_detailed = true) load_response(service.list_resources) end |