Class: Misty::Openstack::API::Cinder::V2
- Inherits:
-
Object
- Object
- Misty::Openstack::API::Cinder::V2
- Includes:
- Misty::Openstack::API::CinderV2, ServicePack
- Defined in:
- lib/misty/openstack/api/cinder/v2.rb
Constant Summary
Constants included from HTTP::Request
Instance Attribute Summary
Attributes included from Service
Instance Method Summary collapse
-
#prefix_path_to_ignore ⇒ Object
TODO: path for ‘/v2/admin_project_id’.
- #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, #request_config, #requests
Methods included from Misty::Openstack::API::CinderV2
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Misty::HTTP::MethodBuilder
Instance Method Details
#prefix_path_to_ignore ⇒ Object
TODO: path for ‘/v2/admin_project_id’
13 14 15 |
# File 'lib/misty/openstack/api/cinder/v2.rb', line 13 def prefix_path_to_ignore '/v2/{project_id}' end |
#service_types ⇒ Object
17 18 19 |
# File 'lib/misty/openstack/api/cinder/v2.rb', line 17 def service_types %w(volumev2) end |