Class: Stupidedi::Interchanges::ElementTypes::SpecialVal::NonEmpty
- Inherits:
-
Versions::Common::ElementTypes::StringVal::NonEmpty
- Object
- StringVal
- Versions::Common::ElementTypes::StringVal::Valid
- Versions::Common::ElementTypes::StringVal::NonEmpty
- Stupidedi::Interchanges::ElementTypes::SpecialVal::NonEmpty
- Defined in:
- lib/stupidedi/interchanges/element_types/special_val.rb
Instance Attribute Summary
Attributes inherited from Versions::Common::ElementTypes::StringVal::NonEmpty
Instance Method Summary collapse
Methods inherited from Versions::Common::ElementTypes::StringVal::NonEmpty
#initialize, #inspect, #to_date, #to_x12, #too_long?
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
Constructor Details
This class inherits a constructor from Stupidedi::Versions::Common::ElementTypes::StringVal::NonEmpty
Instance Method Details
#too_short? ⇒ Boolean
41 42 43 |
# File 'lib/stupidedi/interchanges/element_types/special_val.rb', line 41 def too_short? false end |