Class: ApiSixClient::Config
- Inherits:
-
Object
- Object
- ApiSixClient::Config
- Defined in:
- lib/api_six_client/config.rb
Instance Attribute Summary collapse
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
-
#auth_token_hidden ⇒ Object
Returns the value of attribute auth_token_hidden.
-
#auth_token_int ⇒ Object
Returns the value of attribute auth_token_int.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#endpoint_int ⇒ Object
Returns the value of attribute endpoint_int.
Instance Attribute Details
#auth_token ⇒ Object
Returns the value of attribute auth_token.
5 6 7 |
# File 'lib/api_six_client/config.rb', line 5 def auth_token @auth_token end |
#auth_token_hidden ⇒ Object
Returns the value of attribute auth_token_hidden.
7 8 9 |
# File 'lib/api_six_client/config.rb', line 7 def auth_token_hidden @auth_token_hidden end |
#auth_token_int ⇒ Object
Returns the value of attribute auth_token_int.
6 7 8 |
# File 'lib/api_six_client/config.rb', line 6 def auth_token_int @auth_token_int end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
5 6 7 |
# File 'lib/api_six_client/config.rb', line 5 def endpoint @endpoint end |
#endpoint_int ⇒ Object
Returns the value of attribute endpoint_int.
6 7 8 |
# File 'lib/api_six_client/config.rb', line 6 def endpoint_int @endpoint_int end |