Class: Dropdown::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/dropdown/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_tokenObject

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_keyObject

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_secretObject

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

#rendererObject

Returns the value of attribute renderer.



3
4
5
# File 'lib/dropdown/configuration.rb', line 3

def renderer
  @renderer
end