Class: RightApi::Client
- Inherits:
-
Object
- Object
- RightApi::Client
- Defined in:
- lib/rightscale_cli/monkey_patches/client_attributes.rb
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.
19 20 21 |
# File 'lib/rightscale_cli/monkey_patches/client_attributes.rb', line 19 def account_id @account_id end |
#api_url ⇒ Object (readonly)
Returns the value of attribute api_url.
19 20 21 |
# File 'lib/rightscale_cli/monkey_patches/client_attributes.rb', line 19 def api_url @api_url end |
#api_version ⇒ Object (readonly)
Returns the value of attribute api_version.
19 20 21 |
# File 'lib/rightscale_cli/monkey_patches/client_attributes.rb', line 19 def api_version @api_version end |