Class: Finicity::Configuration
- Inherits:
-
Object
- Object
- Finicity::Configuration
- Defined in:
- lib/finicity/configuration.rb
Instance Attribute Summary collapse
-
#app_key ⇒ Object
Returns the value of attribute app_key.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#partner_secret ⇒ Object
Returns the value of attribute partner_secret.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
9 10 11 |
# File 'lib/finicity/configuration.rb', line 9 def initialize @logger = ::Logger.new(STDOUT) end |
Instance Attribute Details
#app_key ⇒ Object
Returns the value of attribute app_key.
3 4 5 |
# File 'lib/finicity/configuration.rb', line 3 def app_key @app_key end |
#base_url ⇒ Object
Returns the value of attribute base_url.
3 4 5 |
# File 'lib/finicity/configuration.rb', line 3 def base_url @base_url end |
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/finicity/configuration.rb', line 3 def logger @logger end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
3 4 5 |
# File 'lib/finicity/configuration.rb', line 3 def partner_id @partner_id end |
#partner_secret ⇒ Object
Returns the value of attribute partner_secret.
3 4 5 |
# File 'lib/finicity/configuration.rb', line 3 def partner_secret @partner_secret end |