Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::StormOnDemand::Stats

Public Instance Methods

get(options) click to toggle source
# File lib/fog/storm_on_demand/models/compute/stats.rb, line 11
def get(options)
  data = service.get_stats(options).body
  load(data)
rescue Excon::Errors::Forbidden
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.