Class: PoContractLimits

Inherits:
Object
  • Object
show all
Defined in:
lib/po_detail/po_contract_limits.rb

Overview

class used to represent POCONTRACTLIMITS. Used internally

Instance Attribute Summary collapse

Instance Attribute Details

#con_itemString

Returns Item number, contract.

Returns:

  • (String)

    Item number, contract



4
5
6
# File 'lib/po_detail/po_contract_limits.rb', line 4

def con_item
  @con_item
end

#con_numberString

Returns Contract number.

Returns:

  • (String)

    Contract number



6
7
8
# File 'lib/po_detail/po_contract_limits.rb', line 6

def con_number
  @con_number
end

#delete_indString

Returns Deletion Indicator.

Returns:

  • (String)

    Deletion Indicator



8
9
10
# File 'lib/po_detail/po_contract_limits.rb', line 8

def delete_ind
  @delete_ind
end

#limitInteger

Returns Overall limit.

Returns:

  • (Integer)

    Overall limit



10
11
12
# File 'lib/po_detail/po_contract_limits.rb', line 10

def limit
  @limit
end

#line_noString

Returns Internal line number for limits.

Returns:

  • (String)

    Internal line number for limits



12
13
14
# File 'lib/po_detail/po_contract_limits.rb', line 12

def line_no
  @line_no
end

#no_limitString

Returns No Limit.

Returns:

  • (String)

    No Limit



14
15
16
# File 'lib/po_detail/po_contract_limits.rb', line 14

def no_limit
  @no_limit
end

#pckg_noString

Returns Package number.

Returns:

  • (String)

    Package number



16
17
18
# File 'lib/po_detail/po_contract_limits.rb', line 16

def pckg_no
  @pckg_no
end

#price_chgString

Returns Price Change in Entry Sheet.

Returns:

  • (String)

    Price Change in Entry Sheet



18
19
20
# File 'lib/po_detail/po_contract_limits.rb', line 18

def price_chg
  @price_chg
end

#short_textString

Returns Short Text 1.

Returns:

  • (String)

    Short Text 1



20
21
22
# File 'lib/po_detail/po_contract_limits.rb', line 20

def short_text
  @short_text
end