Module: DropboxUtility::Config
- Defined in:
- lib/dropbox_utility/config.rb
Constant Summary collapse
- APP_KEY =
'eaqsgu2lehyemly'- APP_SECRET =
'wpjhl7ouzais0hb'- ACCESS_TYPE =
:dropbox- AUTH_FILE =
Dir.home + '/.dropbox-utility'
Class Attribute Summary collapse
-
.ACCESS_TYPE ⇒ Object
Returns the value of attribute ACCESS_TYPE.
-
.APP_KEY ⇒ Object
Returns the value of attribute APP_KEY.
-
.APP_SECRET ⇒ Object
Returns the value of attribute APP_SECRET.
-
.AUTH_FILE ⇒ Object
Returns the value of attribute AUTH_FILE.
Class Attribute Details
.ACCESS_TYPE ⇒ Object
Returns the value of attribute ACCESS_TYPE.
5 6 7 |
# File 'lib/dropbox_utility/config.rb', line 5 def ACCESS_TYPE @ACCESS_TYPE end |
.APP_KEY ⇒ Object
Returns the value of attribute APP_KEY.
5 6 7 |
# File 'lib/dropbox_utility/config.rb', line 5 def APP_KEY @APP_KEY end |
.APP_SECRET ⇒ Object
Returns the value of attribute APP_SECRET.
5 6 7 |
# File 'lib/dropbox_utility/config.rb', line 5 def APP_SECRET @APP_SECRET end |
.AUTH_FILE ⇒ Object
Returns the value of attribute AUTH_FILE.
5 6 7 |
# File 'lib/dropbox_utility/config.rb', line 5 def AUTH_FILE @AUTH_FILE end |