Class: NestedStruct::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/nested_struct/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_valueObject

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