Class: Stupidedi::Interchanges::ElementTypes::SpecialVal::Empty
- Inherits:
-
Versions::Common::ElementTypes::StringVal::Empty
- Object
- Values::AbstractVal
- Values::AbstractElementVal
- Values::SimpleElementVal
- Versions::Common::ElementTypes::StringVal
- Versions::Common::ElementTypes::StringVal::Valid
- Versions::Common::ElementTypes::StringVal::Empty
- Stupidedi::Interchanges::ElementTypes::SpecialVal::Empty
- Defined in:
- lib/stupidedi/interchanges/element_types/special_val.rb
Instance Attribute Summary
Attributes inherited from Values::SimpleElementVal
Instance Method Summary collapse
Methods inherited from Versions::Common::ElementTypes::StringVal::Empty
Methods inherited from Versions::Common::ElementTypes::StringVal::Valid
#==, #coerce, #copy, #map, #valid?
Methods included from Versions::Common::ElementTypes::Operators::Wrappers
Methods included from Versions::Common::ElementTypes::Operators::Unary
Methods included from Versions::Common::ElementTypes::Operators::Relational
Methods inherited from Versions::Common::ElementTypes::StringVal
empty, #string?, #too_long?, #too_short?, value
Methods inherited from Values::SimpleElementVal
#allowed?, #component?, #copy, #date?, #id?, #initialize, #leaf?, #numeric?, #simple?, #string?, #time?, #to_s, #too_long?, #too_short?, #valid?
Methods inherited from Values::AbstractElementVal
Methods inherited from Values::AbstractVal
#blank?, #characters, #component?, #composite?, #definition, #descriptor, #element?, #empty?, #functional_group?, #interchange?, #invalid?, #leaf?, #loop?, #present?, #repeated?, #segment?, #separator?, #simple?, #size, #table?, #transaction_set?, #transmission?, #valid?
Methods included from Color
Methods included from Stupidedi::Inspect
Constructor Details
This class inherits a constructor from Stupidedi::Values::SimpleElementVal
Instance Method Details
#to_x12 ⇒ String
35 36 37 |
# File 'lib/stupidedi/interchanges/element_types/special_val.rb', line 35 def to_x12 " " * definition.min_length end |