Class: RightApi::Client
- Inherits:
-
Object
- Object
- RightApi::Client
- Defined in:
- lib/rightscale_cli/monkey_patches/client_attributes.rb
Overview
Client monkey patch to read API connection properties
Instance Attribute Summary collapse
-
#account_id ⇒ Object
readonly
Returns the value of attribute account_id.
-
#api_url ⇒ Object
readonly
Returns the value of attribute api_url.
-
#api_version ⇒ Object
readonly
Returns the value of attribute api_version.
Instance Attribute Details
#account_id ⇒ Object (readonly)
Returns the value of attribute account_id.
20 21 22 |
# File 'lib/rightscale_cli/monkey_patches/client_attributes.rb', line 20 def account_id @account_id end |
#api_url ⇒ Object (readonly)
Returns the value of attribute api_url.
20 21 22 |
# File 'lib/rightscale_cli/monkey_patches/client_attributes.rb', line 20 def api_url @api_url end |
#api_version ⇒ Object (readonly)
Returns the value of attribute api_version.
20 21 22 |
# File 'lib/rightscale_cli/monkey_patches/client_attributes.rb', line 20 def api_version @api_version end |