Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::XenServer::HostCrashDumps

Public Instance Methods

all(options={}) click to toggle source
# File lib/fog/xenserver/models/compute/host_crash_dumps.rb, line 10
def all(options={})
  data = service.get_records 'host_crashdump'
  load(data)
end
get( host_crashdump_ref ) click to toggle source
# File lib/fog/xenserver/models/compute/host_crash_dumps.rb, line 15
def get( host_crashdump_ref )
  if host_crashdump_ref && host_crashdump = service.get_record( host_crashdump_ref, 'host_crashdump' )
    new(host_crashdump)
  else
    nil
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.