class Fog::Compute::StormOnDemand

Public Class Methods

new(attributes={}) click to toggle source
Calls superclass method Fog::Service.new
# File lib/fog/storm_on_demand/models/compute/template.rb, line 17
def initialize(attributes={})
  super
end

Public Instance Methods

restore(options) click to toggle source
# File lib/fog/storm_on_demand/models/compute/template.rb, line 21
def restore(options)
  requires :identity
  service.restore_template({:id => identity}.merge!(options))
end