Class: Billomat::Configuration

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

Overview

The billomat gem configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



6
7
8
# File 'lib/billomat/configuration.rb', line 6

def api_key
  @api_key
end

#app_idObject

Returns the value of attribute app_id.



6
7
8
# File 'lib/billomat/configuration.rb', line 6

def app_id
  @app_id
end

#app_secretObject

Returns the value of attribute app_secret.



6
7
8
# File 'lib/billomat/configuration.rb', line 6

def app_secret
  @app_secret
end

#subdomainObject

Returns the value of attribute subdomain.



6
7
8
# File 'lib/billomat/configuration.rb', line 6

def subdomain
  @subdomain
end

#timeoutObject

Returns the value of attribute timeout.



6
7
8
# File 'lib/billomat/configuration.rb', line 6

def timeout
  @timeout
end