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