Class: BinderSDK::Configuration
- Inherits:
-
Object
- Object
- BinderSDK::Configuration
- Defined in:
- lib/binder_sdk/configuration.rb
Constant Summary collapse
- SETTINGS =
[ :logger ]
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
- #logger=(val) ⇒ Object
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
15 16 17 |
# File 'lib/binder_sdk/configuration.rb', line 15 def initialize self.logger = Filum.logger end |
Instance Method Details
#logger=(val) ⇒ Object
25 26 27 28 |
# File 'lib/binder_sdk/configuration.rb', line 25 def logger=(val) @logger = val Loquor.config.logger = val end |