Class: XapixClient::Configuration
- Inherits:
-
Object
- Object
- XapixClient::Configuration
- Defined in:
- lib/xapix_client/config.rb
Instance Attribute Summary collapse
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
-
#autoload_models ⇒ Object
Returns the value of attribute autoload_models.
-
#project_name ⇒ Object
Returns the value of attribute project_name.
Instance Attribute Details
#auth_token ⇒ Object
Returns the value of attribute auth_token.
6 7 8 |
# File 'lib/xapix_client/config.rb', line 6 def auth_token @auth_token end |
#autoload_models ⇒ Object
Returns the value of attribute autoload_models.
6 7 8 |
# File 'lib/xapix_client/config.rb', line 6 def autoload_models @autoload_models end |
#project_name ⇒ Object
Returns the value of attribute project_name.
6 7 8 |
# File 'lib/xapix_client/config.rb', line 6 def project_name @project_name end |