Class: FastOpenStruct::Config
- Inherits:
-
Object
- Object
- FastOpenStruct::Config
- Defined in:
- lib/fast_ostruct/config.rb
Instance Attribute Summary collapse
-
#attributes_options ⇒ Object
Returns the value of attribute attributes_options.
-
#initialize_options ⇒ Object
Returns the value of attribute initialize_options.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
7 8 9 10 |
# File 'lib/fast_ostruct/config.rb', line 7 def initialize = { deep_initialize: true } = { symbolize_keys: false } end |
Instance Attribute Details
#attributes_options ⇒ Object
Returns the value of attribute attributes_options.
5 6 7 |
# File 'lib/fast_ostruct/config.rb', line 5 def end |
#initialize_options ⇒ Object
Returns the value of attribute initialize_options.
5 6 7 |
# File 'lib/fast_ostruct/config.rb', line 5 def end |