Class: PreqText
- Inherits:
-
Object
- Object
- PreqText
- Defined in:
- lib/preq_detail/preq_text.rb
Overview
class used to represent REQUISITION_TEXT STRUCTURE. Used internally
Instance Attribute Summary collapse
-
#preq_item ⇒ String
Item number of purchase requisition.
-
#preq_no ⇒ String
Purchase Requisition Number.
-
#text_form ⇒ String
Tag column.
-
#text_id ⇒ String
Text ID.
-
#text_line ⇒ String
Text Line.
Instance Attribute Details
#preq_item ⇒ String
Returns Item number of purchase requisition.
4 5 6 |
# File 'lib/preq_detail/preq_text.rb', line 4 def preq_item @preq_item end |
#preq_no ⇒ String
Returns Purchase Requisition Number.
6 7 8 |
# File 'lib/preq_detail/preq_text.rb', line 6 def preq_no @preq_no end |
#text_form ⇒ String
Returns Tag column.
8 9 10 |
# File 'lib/preq_detail/preq_text.rb', line 8 def text_form @text_form end |
#text_id ⇒ String
Returns Text ID.
10 11 12 |
# File 'lib/preq_detail/preq_text.rb', line 10 def text_id @text_id end |
#text_line ⇒ String
Returns Text Line.
12 13 14 |
# File 'lib/preq_detail/preq_text.rb', line 12 def text_line @text_line end |