Method: Fog::Compute::IBM::Mock#list_images
- Defined in:
- lib/fog/ibm/requests/compute/list_images.rb
permalink #list_images ⇒ Object
[View source]
48 49 50 51 52 53 |
# File 'lib/fog/ibm/requests/compute/list_images.rb', line 48 def list_images response = Excon::Response.new response.status = 200 response.body = {'images' => self.data[:images].values} response end |