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