Class: NestedStruct::Configuration
- Inherits:
-
Object
- Object
- NestedStruct::Configuration
- Defined in:
- lib/nested_struct/configuration.rb
Instance Attribute Summary collapse
-
#use_empty_value ⇒ Object
Returns the value of attribute use_empty_value.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 |
# File 'lib/nested_struct/configuration.rb', line 5 def initialize @use_empty_value = false end |
Instance Attribute Details
#use_empty_value ⇒ Object
Returns the value of attribute use_empty_value.
3 4 5 |
# File 'lib/nested_struct/configuration.rb', line 3 def use_empty_value @use_empty_value end |