Class: Rmb::Config
- Inherits:
-
Object
- Object
- Rmb::Config
- Defined in:
- lib/rmb.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.api_secret ⇒ Object
Returns the value of attribute api_secret.
-
.api_url ⇒ Object
Returns the value of attribute api_url.
-
.base_url ⇒ Object
Returns the value of attribute base_url.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.timeout ⇒ Object
Returns the value of attribute timeout.
-
.upload_url ⇒ Object
Returns the value of attribute upload_url.
-
.version ⇒ Object
Returns the value of attribute version.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
13 14 15 |
# File 'lib/rmb.rb', line 13 def api_key @api_key end |
.api_secret ⇒ Object
Returns the value of attribute api_secret.
13 14 15 |
# File 'lib/rmb.rb', line 13 def api_secret @api_secret end |
.api_url ⇒ Object
Returns the value of attribute api_url.
13 14 15 |
# File 'lib/rmb.rb', line 13 def api_url @api_url end |
.base_url ⇒ Object
Returns the value of attribute base_url.
13 14 15 |
# File 'lib/rmb.rb', line 13 def base_url @base_url end |
.debug ⇒ Object
Returns the value of attribute debug.
13 14 15 |
# File 'lib/rmb.rb', line 13 def debug @debug end |
.timeout ⇒ Object
Returns the value of attribute timeout.
13 14 15 |
# File 'lib/rmb.rb', line 13 def timeout @timeout end |
.upload_url ⇒ Object
Returns the value of attribute upload_url.
13 14 15 |
# File 'lib/rmb.rb', line 13 def upload_url @upload_url end |
.version ⇒ Object
Returns the value of attribute version.
13 14 15 |
# File 'lib/rmb.rb', line 13 def version @version end |