Module: Dropbox::API::Config

Defined in:
lib/dropbox-api/util/config.rb

Class Attribute Summary collapse

Class Attribute Details

.app_keyObject

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_secretObject

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

.endpointsObject

Returns the value of attribute endpoints.



7
8
9
# File 'lib/dropbox-api/util/config.rb', line 7

def endpoints
  @endpoints
end

.modeObject

Returns the value of attribute mode.



11
12
13
# File 'lib/dropbox-api/util/config.rb', line 11

def mode
  @mode
end

.prefixObject

Returns the value of attribute prefix.



8
9
10
# File 'lib/dropbox-api/util/config.rb', line 8

def prefix
  @prefix
end