Class: Fog::Compute::OpenStack::Hosts
- Inherits:
-
Fog::Collection
- Object
- Fog::Collection
- Fog::Compute::OpenStack::Hosts
- Defined in:
- lib/fog/openstack/models/compute/hosts.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
10 11 12 13 |
# File 'lib/fog/openstack/models/compute/hosts.rb', line 10 def all data = service.list_hosts.body['hosts'] load(data) end |