Class: SnapAPIClient::Configuration
- Inherits:
-
Object
- Object
- SnapAPIClient::Configuration
- Defined in:
- lib/snap_api_client/configuration.rb
Overview
Configuration
Configuration object to be used throughout the library.
Instance Attribute Summary collapse
-
#authentication_token ⇒ Object
Returns the value of attribute authentication_token.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
Instance Attribute Details
#authentication_token ⇒ Object
Returns the value of attribute authentication_token.
8 9 10 |
# File 'lib/snap_api_client/configuration.rb', line 8 def authentication_token @authentication_token end |
#base_url ⇒ Object
Returns the value of attribute base_url.
8 9 10 |
# File 'lib/snap_api_client/configuration.rb', line 8 def base_url @base_url end |