class Fog::Compute::StormOnDemand
Public Instance Methods
restore(options)
click to toggle source
# File lib/fog/compute/storm_on_demand/models/template.rb, line 14 def restore(options) requires :identity service.restore_template({:id => identity}.merge!(options)) end