Class: Misty::Openstack::Manila::V2

Inherits:
HTTP::Client show all
Extended by:
Misty::Openstack::ManilaV2
Includes:
Microversion
Defined in:
lib/misty/openstack/manila/v2.rb

Constant Summary

Constants included from Microversion

Microversion::VERSION_STATES

Constants inherited from HTTP::Client

HTTP::Client::INTERFACES

Instance Attribute Summary

Attributes inherited from HTTP::Client

#microversion

Class Method Summary collapse

Methods included from Misty::Openstack::ManilaV2

v2

Methods included from Microversion

#initialize, #microversion_header, #version_get, #versions

Methods inherited from HTTP::Client

#headers, #initialize, prefix_path_to_ignore, #requests

Methods included from HTTP::Direct

#base_set, #delete, #get, #post, #put

Methods included from HTTP::Request

#decode?, #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

#method_missing

Methods included from HTTP::NetHTTP

http_request

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Misty::HTTP::MethodBuilder

Class Method Details

.apiObject



12
13
14
# File 'lib/misty/openstack/manila/v2.rb', line 12

def self.api
  v2
end

.service_namesObject



16
17
18
# File 'lib/misty/openstack/manila/v2.rb', line 16

def self.service_names
  %w{shared-file-systems shared}
end