Class: AsciiDataTools::RecordType::UnknownType
- Includes:
- Decoder::UnknownRecordDecoder
- Defined in:
- lib/ascii-data-tools/record_type.rb
Constant Summary collapse
- UNKNOWN_RECORD_TYPE_NAME =
"unknown"
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
-
#initialize ⇒ UnknownType
constructor
A new instance of UnknownType.
Methods included from Decoder::UnknownRecordDecoder
Methods inherited from Type
#field_with_name, #filename_should_match, #method_missing
Constructor Details
#initialize ⇒ UnknownType
Returns a new instance of UnknownType.
72 73 74 |
# File 'lib/ascii-data-tools/record_type.rb', line 72 def initialize super(UNKNOWN_RECORD_TYPE_NAME, Field::Fields.new([Field::Field.new("UNKNOWN")])) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class AsciiDataTools::RecordType::Type