Class: Ubox::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_urlObject

Returns the value of attribute api_url.



5
6
7
# File 'lib/ubox/configuration.rb', line 5

def api_url
  @api_url
end

#app_idObject

Returns the value of attribute app_id.



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

def app_id
  @app_id
end

#app_keyObject

Returns the value of attribute app_key.



4
5
6
# File 'lib/ubox/configuration.rb', line 4

def app_key
  @app_key
end