Class: PreqContractLimits
- Inherits:
-
Object
- Object
- PreqContractLimits
- Defined in:
- lib/preq_detail/preq_contract_limits.rb
Overview
class used to represent REQUISITION_CONTRACT_LIMITS. Used internally
Instance Attribute Summary collapse
-
#act_value ⇒ Integer
Total value of unplanned entered services.
-
#con_item ⇒ String
Item number, contract.
-
#con_number ⇒ String
Contract number.
-
#delete_ind ⇒ String
Deletion Indicator.
-
#ktext1 ⇒ String
Short Text 1.
-
#limit ⇒ Integer
Overall limit.
-
#line_no ⇒ String
Internal line number for limits.
-
#no_limit ⇒ String
No Limit.
-
#pckg_no ⇒ String
Package number.
-
#price_chg ⇒ String
Price Change in Entry Sheet.
-
#short_text ⇒ String
Short Text 1.
-
#sub_packno ⇒ String
Package number.
Instance Attribute Details
#act_value ⇒ Integer
Returns 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_item ⇒ String
Returns Item number, contract.
6 7 8 |
# File 'lib/preq_detail/preq_contract_limits.rb', line 6 def con_item @con_item end |
#con_number ⇒ String
Returns Contract number.
8 9 10 |
# File 'lib/preq_detail/preq_contract_limits.rb', line 8 def con_number @con_number end |
#delete_ind ⇒ String
Returns Deletion Indicator.
10 11 12 |
# File 'lib/preq_detail/preq_contract_limits.rb', line 10 def delete_ind @delete_ind end |
#ktext1 ⇒ String
Returns Short Text 1.
12 13 14 |
# File 'lib/preq_detail/preq_contract_limits.rb', line 12 def ktext1 @ktext1 end |
#limit ⇒ Integer
Returns Overall limit.
14 15 16 |
# File 'lib/preq_detail/preq_contract_limits.rb', line 14 def limit @limit end |
#line_no ⇒ String
Returns 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_limit ⇒ String
Returns No Limit.
18 19 20 |
# File 'lib/preq_detail/preq_contract_limits.rb', line 18 def no_limit @no_limit end |
#pckg_no ⇒ String
Returns Package number.
20 21 22 |
# File 'lib/preq_detail/preq_contract_limits.rb', line 20 def pckg_no @pckg_no end |
#price_chg ⇒ String
Returns 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_text ⇒ String
Returns Short Text 1.
24 25 26 |
# File 'lib/preq_detail/preq_contract_limits.rb', line 24 def short_text @short_text end |
#sub_packno ⇒ String
Returns Package number.
26 27 28 |
# File 'lib/preq_detail/preq_contract_limits.rb', line 26 def sub_packno @sub_packno end |