Class: Cmxl::Field::Unknown
- Inherits:
-
Cmxl::Field
- Object
- Cmxl::Field
- Cmxl::Field::Unknown
- Defined in:
- lib/cmxl/field.rb
Constant Summary
Constants inherited from Cmxl::Field
Instance Attribute Summary
Attributes inherited from Cmxl::Field
#data, #match, #modifier, #source, #tag
Instance Method Summary collapse
Methods inherited from Cmxl::Field
#add_meta_data, #initialize, #method_missing, parse, parsers, #to_amount, #to_amount_in_cents, #to_date, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Cmxl::Field
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Cmxl::Field
Instance Method Details
#to_h ⇒ Object
7 8 9 |
# File 'lib/cmxl/field.rb', line 7 def to_h { tag: tag, modifier: modifier, source: source } end |