Module: Dropbox::API::Config
- Defined in:
- lib/dropbox-api/util/config.rb
Class Attribute Summary collapse
-
.app_key ⇒ Object
Returns the value of attribute app_key.
-
.app_name ⇒ Object
Returns the value of attribute app_name.
-
.app_secret ⇒ Object
Returns the value of attribute app_secret.
-
.endpoints ⇒ Object
Returns the value of attribute endpoints.
-
.mode ⇒ Object
Returns the value of attribute mode.
-
.prefix ⇒ Object
Returns the value of attribute prefix.
Class Attribute Details
.app_key ⇒ Object
Returns the value of attribute app_key.
9 10 11 |
# File 'lib/dropbox-api/util/config.rb', line 9 def app_key @app_key end |
.app_name ⇒ Object
Returns the value of attribute app_name.
12 13 14 |
# File 'lib/dropbox-api/util/config.rb', line 12 def app_name @app_name end |
.app_secret ⇒ Object
Returns the value of attribute app_secret.
10 11 12 |
# File 'lib/dropbox-api/util/config.rb', line 10 def app_secret @app_secret end |
.endpoints ⇒ Object
Returns the value of attribute endpoints.
7 8 9 |
# File 'lib/dropbox-api/util/config.rb', line 7 def endpoints @endpoints end |
.mode ⇒ Object
Returns the value of attribute mode.
11 12 13 |
# File 'lib/dropbox-api/util/config.rb', line 11 def mode @mode end |
.prefix ⇒ Object
Returns the value of attribute prefix.
8 9 10 |
# File 'lib/dropbox-api/util/config.rb', line 8 def prefix @prefix end |