Class: Rmb::Config

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

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



13
14
15
# File 'lib/rmb.rb', line 13

def api_key
  @api_key
end

.api_secretObject

Returns the value of attribute api_secret.



13
14
15
# File 'lib/rmb.rb', line 13

def api_secret
  @api_secret
end

.api_urlObject

Returns the value of attribute api_url.



13
14
15
# File 'lib/rmb.rb', line 13

def api_url
  @api_url
end

.base_urlObject

Returns the value of attribute base_url.



13
14
15
# File 'lib/rmb.rb', line 13

def base_url
  @base_url
end

.debugObject

Returns the value of attribute debug.



13
14
15
# File 'lib/rmb.rb', line 13

def debug
  @debug
end

.timeoutObject

Returns the value of attribute timeout.



13
14
15
# File 'lib/rmb.rb', line 13

def timeout
  @timeout
end

.upload_urlObject

Returns the value of attribute upload_url.



13
14
15
# File 'lib/rmb.rb', line 13

def upload_url
  @upload_url
end

.versionObject

Returns the value of attribute version.



13
14
15
# File 'lib/rmb.rb', line 13

def version
  @version
end