Class: PoTextHeader
- Inherits:
-
Object
- Object
- PoTextHeader
- Defined in:
- lib/po_detail/po_text_header.rb
Overview
class used to represent POTEXTHEADER. Used internally
Instance Attribute Summary collapse
-
#po_item ⇒ String
Item Number of Purchasing Document.
-
#po_number ⇒ String
Purchasing Document Number.
-
#text_form ⇒ String
Tag column.
-
#text_id ⇒ String
Text ID.
-
#text_line ⇒ String
Text Line.
Instance Attribute Details
#po_item ⇒ String
Returns Item Number of Purchasing Document.
4 5 6 |
# File 'lib/po_detail/po_text_header.rb', line 4 def po_item @po_item end |
#po_number ⇒ String
Returns Purchasing Document Number.
6 7 8 |
# File 'lib/po_detail/po_text_header.rb', line 6 def po_number @po_number end |
#text_form ⇒ String
Returns Tag column.
8 9 10 |
# File 'lib/po_detail/po_text_header.rb', line 8 def text_form @text_form end |
#text_id ⇒ String
Returns Text ID.
10 11 12 |
# File 'lib/po_detail/po_text_header.rb', line 10 def text_id @text_id end |
#text_line ⇒ String
Returns Text Line.
12 13 14 |
# File 'lib/po_detail/po_text_header.rb', line 12 def text_line @text_line end |