Class: V1
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #api_version ⇒ Object
-
#initialize(api, path, namespace) ⇒ V1
constructor
A new instance of V1.
Methods inherited from Base
#create, #delete, #list, #setup, #setup_by_config_file, #update
Constructor Details
#initialize(api, path, namespace) ⇒ V1
Returns a new instance of V1.
28 29 30 31 |
# File 'lib/base/v1/V1.rb', line 28 def initialize(api, path, namespace) @api_ver = "v1" super(@api_ver, api, path, namespace) end |
Instance Method Details
#api_version ⇒ Object
33 34 35 |
# File 'lib/base/v1/V1.rb', line 33 def api_version return @api_ver end |