Class: Fog::Compute::IBM::Servers
- Inherits:
-
Fog::Collection
- Object
- Fog::Collection
- Fog::Compute::IBM::Servers
- Defined in:
- lib/fog/ibm/models/compute/servers.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
10 11 12 |
# File 'lib/fog/ibm/models/compute/servers.rb', line 10 def all load(service.list_instances.body['instances']) end |