Class: Dropio::Config
- Inherits:
-
Object
- Object
- Dropio::Config
- Defined in:
- lib/dropio.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.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.
11 12 13 |
# File 'lib/dropio.rb', line 11 def api_key @api_key end |
.api_url ⇒ Object
Returns the value of attribute api_url.
11 12 13 |
# File 'lib/dropio.rb', line 11 def api_url @api_url end |
.base_url ⇒ Object
Returns the value of attribute base_url.
11 12 13 |
# File 'lib/dropio.rb', line 11 def base_url @base_url end |
.debug ⇒ Object
Returns the value of attribute debug.
11 12 13 |
# File 'lib/dropio.rb', line 11 def debug @debug end |
.timeout ⇒ Object
Returns the value of attribute timeout.
11 12 13 |
# File 'lib/dropio.rb', line 11 def timeout @timeout end |
.upload_url ⇒ Object
Returns the value of attribute upload_url.
11 12 13 |
# File 'lib/dropio.rb', line 11 def upload_url @upload_url end |
.version ⇒ Object
Returns the value of attribute version.
11 12 13 |
# File 'lib/dropio.rb', line 11 def version @version end |