Class: Stupidedi::Interchanges::ElementTypes::SpecialVal::NonEmpty

Instance Attribute Summary

Attributes inherited from Versions::Common::ElementTypes::StringVal::NonEmpty

#value

Attributes inherited from Values::SimpleElementVal

#position, #usage

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

#wrappers

Methods included from Versions::Common::ElementTypes::Operators::Unary

#unary_operators

Methods included from Versions::Common::ElementTypes::Operators::Relational

#relational_operators

Methods inherited from Versions::Common::ElementTypes::StringVal

empty, #string?, #too_long?, value

Methods inherited from Values::SimpleElementVal

#allowed?, #component?, #copy, #date?, #id?, #initialize, #leaf?, #numeric?, #simple?, #string?, #time?, #to_s, #to_x12, #too_long?, #valid?

Methods inherited from Values::AbstractElementVal

#element?, #size

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

ansi, #ansi

Methods included from Stupidedi::Inspect

#inspect

Constructor Details

This class inherits a constructor from Stupidedi::Versions::Common::ElementTypes::StringVal::NonEmpty

Instance Method Details

#too_short?Boolean

Returns:

  • (Boolean)


41
42
43
# File 'lib/stupidedi/interchanges/element_types/special_val.rb', line 41

def too_short?
  false
end