Class: PreqServicesText

Inherits:
Object
  • Object
show all
Defined in:
lib/preq_detail/preq_services_texts.rb

Overview

class used to represent REQUISITION_SERVICES_TEXTS. Used internally

Instance Attribute Summary collapse

Instance Attribute Details

#format_colString

Returns Tag column.

Returns:

  • (String)

    Tag column



4
5
6
# File 'lib/preq_detail/preq_services_texts.rb', line 4

def format_col
  @format_col
end

#line_noString

Returns Internal line number.

Returns:

  • (String)

    Internal line number



6
7
8
# File 'lib/preq_detail/preq_services_texts.rb', line 6

def line_no
  @line_no
end

#pckg_noString

Returns Package number.

Returns:

  • (String)

    Package number



8
9
10
# File 'lib/preq_detail/preq_services_texts.rb', line 8

def pckg_no
  @pckg_no
end

#text_idString

Returns Text ID.

Returns:

  • (String)

    Text ID



10
11
12
# File 'lib/preq_detail/preq_services_texts.rb', line 10

def text_id
  @text_id
end

#text_lineString

Returns Text Line.

Returns:

  • (String)

    Text Line



12
13
14
# File 'lib/preq_detail/preq_services_texts.rb', line 12

def text_line
  @text_line
end