Class: RightApi::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/rightscale_cli/monkey_patches/client_attributes.rb

Overview

Client monkey patch to read API connection properties

Instance Attribute Summary collapse

Instance Attribute Details

#account_idObject (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
end

#api_urlObject (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_versionObject (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