Method: Fog::Compute::Ecloud::HardwareConfigurations#all
- Defined in:
- lib/fog/ecloud/models/compute/hardware_configurations.rb
#all ⇒ Object
12 13 14 15 |
# File 'lib/fog/ecloud/models/compute/hardware_configurations.rb', line 12 def all data = connection.get_hardware_configurations(href).body load(data) end |