Method: Fog::Compute::StormOnDemand::Real#list_templates
- Defined in:
- lib/fog/storm_on_demand/requests/compute/list_templates.rb
permalink #list_templates(options = {}) ⇒ Object
[View source]
6 7 8 9 10 11 |
# File 'lib/fog/storm_on_demand/requests/compute/list_templates.rb', line 6 def list_templates( = {}) request( :path => "/server/template/list", :body => Fog::JSON.encode() ) end |