Class: Fog::Compute::Ecloud::CatalogConfigurations
- Inherits:
-
Ecloud::Collection
- Object
- Fog::Collection
- Ecloud::Collection
- Fog::Compute::Ecloud::CatalogConfigurations
- Defined in:
- lib/fog/ecloud/models/compute/catalog_configurations.rb
Instance Method Summary collapse
Methods inherited from Ecloud::Collection
Instance Method Details
#all ⇒ Object
11 12 13 14 |
# File 'lib/fog/ecloud/models/compute/catalog_configurations.rb', line 11 def all data = service.get_catalog_configurations(href).body load(data) end |