Class: Dropio::Config

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

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



11
12
13
# File 'lib/dropio.rb', line 11

def api_key
  @api_key
end

.api_urlObject

Returns the value of attribute api_url.



11
12
13
# File 'lib/dropio.rb', line 11

def api_url
  @api_url
end

.base_urlObject

Returns the value of attribute base_url.



11
12
13
# File 'lib/dropio.rb', line 11

def base_url
  @base_url
end

.debugObject

Returns the value of attribute debug.



11
12
13
# File 'lib/dropio.rb', line 11

def debug
  @debug
end

.timeoutObject

Returns the value of attribute timeout.



11
12
13
# File 'lib/dropio.rb', line 11

def timeout
  @timeout
end

.upload_urlObject

Returns the value of attribute upload_url.



11
12
13
# File 'lib/dropio.rb', line 11

def upload_url
  @upload_url
end

.versionObject

Returns the value of attribute version.



11
12
13
# File 'lib/dropio.rb', line 11

def version
  @version
end