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