Class: Misty::Openstack::API::Glance::V2
- Inherits:
-
Object
- Object
- Misty::Openstack::API::Glance::V2
- Includes:
- Misty::Openstack::API::GlanceV2, ServicePack
- Defined in:
- lib/misty/openstack/api/glance/v2.rb
Constant Summary
Constants included from HTTP::Request
Instance Attribute Summary
Attributes included from Service
Instance Method Summary collapse
-
#list_images ⇒ Object
Custom requests.
- #service_types ⇒ Object
Methods included from HTTP::Direct
#base_set, #delete, #get, #post, #put
Methods included from HTTP::Request
#decode?, #decode_to_json?, #http, #http_copy, #http_delete, #http_get, #http_head, #http_options, #http_patch, #http_post, #http_put, #http_to_s
Methods included from HTTP::MethodBuilder
Methods included from HTTP::NetHTTP
Methods included from Service
#initialize, #prefix_path_to_ignore, #request_config, #requests
Methods included from Misty::Openstack::API::GlanceV2
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Misty::HTTP::MethodBuilder
Instance Method Details
#list_images ⇒ Object
Custom requests
17 18 19 |
# File 'lib/misty/openstack/api/glance/v2.rb', line 17 def list_images show_images end |
#service_types ⇒ Object
12 13 14 |
# File 'lib/misty/openstack/api/glance/v2.rb', line 12 def service_types %w(image) end |