Class: Dropdown::Configuration
- Inherits:
-
Object
- Object
- Dropdown::Configuration
- Defined in:
- lib/dropdown/configuration.rb
Instance Attribute Summary collapse
-
#dropbox_access_token ⇒ Object
Returns the value of attribute dropbox_access_token.
-
#dropbox_app_key ⇒ Object
Returns the value of attribute dropbox_app_key.
-
#dropbox_app_secret ⇒ Object
Returns the value of attribute dropbox_app_secret.
-
#renderer ⇒ Object
Returns the value of attribute renderer.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 |
# File 'lib/dropdown/configuration.rb', line 8 def initialize @renderer = :markdown_renderer end |
Instance Attribute Details
#dropbox_access_token ⇒ Object
Returns the value of attribute dropbox_access_token.
3 4 5 |
# File 'lib/dropdown/configuration.rb', line 3 def dropbox_access_token @dropbox_access_token end |
#dropbox_app_key ⇒ Object
Returns the value of attribute dropbox_app_key.
3 4 5 |
# File 'lib/dropdown/configuration.rb', line 3 def dropbox_app_key @dropbox_app_key end |
#dropbox_app_secret ⇒ Object
Returns the value of attribute dropbox_app_secret.
3 4 5 |
# File 'lib/dropdown/configuration.rb', line 3 def dropbox_app_secret @dropbox_app_secret end |
#renderer ⇒ Object
Returns the value of attribute renderer.
3 4 5 |
# File 'lib/dropdown/configuration.rb', line 3 def renderer @renderer end |