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