Class: EDI::Dir::BCDS_entry
- Inherits:
-
Struct
- Object
- Struct
- EDI::Dir::BCDS_entry
- Defined in:
- lib/edi4r/standards.rb
Overview
Common structure of B)ranch (of a msg), C)DE, D)E, S)egment
Instance Attribute Summary collapse
-
#item_no ⇒ Object
Returns the value of attribute item_no.
-
#maxrep ⇒ Object
Returns the value of attribute maxrep.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#item_no ⇒ Object
Returns the value of attribute item_no
55 56 57 |
# File 'lib/edi4r/standards.rb', line 55 def item_no @item_no end |
#maxrep ⇒ Object
Returns the value of attribute maxrep
55 56 57 |
# File 'lib/edi4r/standards.rb', line 55 def maxrep @maxrep end |
#name ⇒ Object
Returns the value of attribute name
55 56 57 |
# File 'lib/edi4r/standards.rb', line 55 def name @name end |
#status ⇒ Object
Returns the value of attribute status
55 56 57 |
# File 'lib/edi4r/standards.rb', line 55 def status @status end |