Class: PreqServicesText
- Inherits:
-
Object
- Object
- PreqServicesText
- Defined in:
- lib/preq_detail/preq_services_texts.rb
Overview
class used to represent REQUISITION_SERVICES_TEXTS. Used internally
Instance Attribute Summary collapse
-
#format_col ⇒ String
Tag column.
-
#line_no ⇒ String
Internal line number.
-
#pckg_no ⇒ String
Package number.
-
#text_id ⇒ String
Text ID.
-
#text_line ⇒ String
Text Line.
Instance Attribute Details
#format_col ⇒ String
Returns Tag column.
4 5 6 |
# File 'lib/preq_detail/preq_services_texts.rb', line 4 def format_col @format_col end |
#line_no ⇒ String
Returns Internal line number.
6 7 8 |
# File 'lib/preq_detail/preq_services_texts.rb', line 6 def line_no @line_no end |
#pckg_no ⇒ String
Returns Package number.
8 9 10 |
# File 'lib/preq_detail/preq_services_texts.rb', line 8 def pckg_no @pckg_no end |
#text_id ⇒ String
Returns Text ID.
10 11 12 |
# File 'lib/preq_detail/preq_services_texts.rb', line 10 def text_id @text_id end |
#text_line ⇒ String
Returns Text Line.
12 13 14 |
# File 'lib/preq_detail/preq_services_texts.rb', line 12 def text_line @text_line end |