Class: Moltin::Config
- Inherits:
-
Object
- Object
- Moltin::Config
- Defined in:
- lib/moltin/config.rb
Class Attribute Summary collapse
-
.api_client_id ⇒ Object
Returns the value of attribute api_client_id.
-
.api_client_secret ⇒ Object
Returns the value of attribute api_client_secret.
-
.api_host ⇒ Object
Returns the value of attribute api_host.
-
.api_version ⇒ Object
Returns the value of attribute api_version.
Class Attribute Details
.api_client_id ⇒ Object
Returns the value of attribute api_client_id.
10 11 12 |
# File 'lib/moltin/config.rb', line 10 def api_client_id @api_client_id end |
.api_client_secret ⇒ Object
Returns the value of attribute api_client_secret.
11 12 13 |
# File 'lib/moltin/config.rb', line 11 def api_client_secret @api_client_secret end |
.api_host ⇒ Object
Returns the value of attribute api_host.
8 9 10 |
# File 'lib/moltin/config.rb', line 8 def api_host @api_host end |
.api_version ⇒ Object
Returns the value of attribute api_version.
9 10 11 |
# File 'lib/moltin/config.rb', line 9 def api_version @api_version end |