Class: Csv2hash::Coercers::YamlCoercer
- Inherits:
-
Struct
- Object
- Struct
- Csv2hash::Coercers::YamlCoercer
- Defined in:
- lib/csv2hash/coercers/yaml_coercer.rb
Instance Attribute Summary collapse
-
#rules ⇒ Object
Returns the value of attribute rules.
Instance Method Summary collapse
Instance Attribute Details
#rules ⇒ Object
Returns the value of attribute rules
3 4 5 |
# File 'lib/csv2hash/coercers/yaml_coercer.rb', line 3 def rules @rules end |
Instance Method Details
#deserialize! ⇒ Object
5 6 7 8 9 |
# File 'lib/csv2hash/coercers/yaml_coercer.rb', line 5 def deserialize! deserialize_validator! deserialize_regex! deserialize_range! end |