Class: Fog::Compute::Ecloud::StorageUsageDetailSummary
- Inherits:
-
Ecloud::Collection
- Object
- Fog::Collection
- Ecloud::Collection
- Fog::Compute::Ecloud::StorageUsageDetailSummary
- Defined in:
- lib/fog/ecloud/models/compute/storage_usage_detail_summary.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/storage_usage_detail_summary.rb', line 11 def all data = service.get_storage_usage_detail_summary(href).body[:VirtualMachines][:VirtualMachine] load(data) end |