# File lib/fog/compute/ecloud/models/guest_processes.rb, line 11 def all data = service.get_guest_processes(href).body[:GuestProcess] load(data) end