Method: TypeformData::ValueClass#reconfig
- Defined in:
- lib/typeform_data/value_class.rb
#reconfig(config) ⇒ Object
Compound classes (e.g. a Response which has many Answers) should use this method to re-set ‘config’ on each child object. ValueClass#reconfig is called in TypeformData#load.
100 101 102 |
# File 'lib/typeform_data/value_class.rb', line 100 def reconfig(config) self.config = config end |