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