Class: Misty::Openstack::Keystone::V2_0

Inherits:
HTTP::Client show all
Extended by:
Misty::Openstack::KeystoneV2_0
Defined in:
lib/misty/openstack/keystone/v2_0.rb

Constant Summary

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::KeystoneV2_0

v2_0, v2_0_ext

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

Constructor Details

This class inherits a constructor from Misty::HTTP::Client

Dynamic Method Handling

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

Class Method Details

.apiObject



11
12
13
14
15
# File 'lib/misty/openstack/keystone/v2_0.rb', line 11

def self.api
  api = v2_0
  api.merge!(v2_0_ext)
  api
end

.service_namesObject



17
18
19
# File 'lib/misty/openstack/keystone/v2_0.rb', line 17

def self.service_names
  %w{identity}
end