Class: Decanter::Configuration
- Inherits:
-
Object
- Object
- Decanter::Configuration
- Defined in:
- lib/decanter/configuration.rb
Instance Attribute Summary collapse
-
#strict ⇒ Object
Returns the value of attribute strict.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
7 8 9 |
# File 'lib/decanter/configuration.rb', line 7 def initialize @strict = :with_exception end |
Instance Attribute Details
#strict ⇒ Object
Returns the value of attribute strict.
5 6 7 |
# File 'lib/decanter/configuration.rb', line 5 def strict @strict end |