Class: SptyAPI::Configuration
- Inherits:
-
Object
- Object
- SptyAPI::Configuration
- Defined in:
- lib/spty_api/configuration.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
3 4 5 |
# File 'lib/spty_api/configuration.rb', line 3 def client_id @client_id end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
3 4 5 |
# File 'lib/spty_api/configuration.rb', line 3 def secret_key @secret_key end |