Class: PreqContractLimits

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

Overview

class used to represent REQUISITION_CONTRACT_LIMITS. Used internally

Instance Attribute Summary collapse

Instance Attribute Details

#act_valueInteger

Returns Total value of unplanned entered services.

Returns:

  • (Integer)

    Total value of unplanned entered services



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

def act_value
  @act_value
end

#con_itemString

Returns Item number, contract.

Returns:

  • (String)

    Item number, contract



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

def con_item
  @con_item
end

#con_numberString

Returns Contract number.

Returns:

  • (String)

    Contract number



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

def con_number
  @con_number
end

#delete_indString

Returns Deletion Indicator.

Returns:

  • (String)

    Deletion Indicator



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

def delete_ind
  @delete_ind
end

#ktext1String

Returns Short Text 1.

Returns:

  • (String)

    Short Text 1



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

def ktext1
  @ktext1
end

#limitInteger

Returns Overall limit.

Returns:

  • (Integer)

    Overall limit



14
15
16
# File 'lib/preq_detail/preq_contract_limits.rb', line 14

def limit
  @limit
end

#line_noString

Returns Internal line number for limits.

Returns:

  • (String)

    Internal line number for limits



16
17
18
# File 'lib/preq_detail/preq_contract_limits.rb', line 16

def line_no
  @line_no
end

#no_limitString

Returns No Limit.

Returns:

  • (String)

    No Limit



18
19
20
# File 'lib/preq_detail/preq_contract_limits.rb', line 18

def no_limit
  @no_limit
end

#pckg_noString

Returns Package number.

Returns:

  • (String)

    Package number



20
21
22
# File 'lib/preq_detail/preq_contract_limits.rb', line 20

def pckg_no
  @pckg_no
end

#price_chgString

Returns Price Change in Entry Sheet.

Returns:

  • (String)

    Price Change in Entry Sheet



22
23
24
# File 'lib/preq_detail/preq_contract_limits.rb', line 22

def price_chg
  @price_chg
end

#short_textString

Returns Short Text 1.

Returns:

  • (String)

    Short Text 1



24
25
26
# File 'lib/preq_detail/preq_contract_limits.rb', line 24

def short_text
  @short_text
end

#sub_packnoString

Returns Package number.

Returns:

  • (String)

    Package number



26
27
28
# File 'lib/preq_detail/preq_contract_limits.rb', line 26

def sub_packno
  @sub_packno
end