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

#after_response ⇒ Object

Returns the value of attribute after_response.



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

def after_response
  @after_response
end

#api_key ⇒ Object

Returns the value of attribute api_key.



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

def api_key
  @api_key
end

#app_id ⇒ Object

Returns the value of attribute app_id.



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

def app_id
  @app_id
end

#app_secret ⇒ Object

Returns the value of attribute app_secret.



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

def app_secret
  @app_secret
end

#subdomain ⇒ Object

Returns the value of attribute subdomain.



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

def subdomain
  @subdomain
end

#timeout ⇒ Object

Returns the value of attribute timeout.



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

def timeout
  @timeout
end