Class: PoContractLimits
- Inherits:
-
Object
- Object
- PoContractLimits
- Defined in:
- lib/po_detail/po_contract_limits.rb
Overview
class used to represent POCONTRACTLIMITS. Used internally
Instance Attribute Summary collapse
-
#con_item ⇒ String
Item number, contract.
-
#con_number ⇒ String
Contract number.
-
#delete_ind ⇒ String
Deletion Indicator.
-
#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.
Instance Attribute Details
#con_item ⇒ String
Returns Item number, contract.
4 5 6 |
# File 'lib/po_detail/po_contract_limits.rb', line 4 def con_item @con_item end |
#con_number ⇒ String
Returns Contract number.
6 7 8 |
# File 'lib/po_detail/po_contract_limits.rb', line 6 def con_number @con_number end |
#delete_ind ⇒ String
Returns Deletion Indicator.
8 9 10 |
# File 'lib/po_detail/po_contract_limits.rb', line 8 def delete_ind @delete_ind end |
#limit ⇒ Integer
Returns Overall limit.
10 11 12 |
# File 'lib/po_detail/po_contract_limits.rb', line 10 def limit @limit end |
#line_no ⇒ String
Returns 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_limit ⇒ String
Returns No Limit.
14 15 16 |
# File 'lib/po_detail/po_contract_limits.rb', line 14 def no_limit @no_limit end |
#pckg_no ⇒ String
Returns Package number.
16 17 18 |
# File 'lib/po_detail/po_contract_limits.rb', line 16 def pckg_no @pckg_no end |
#price_chg ⇒ String
Returns 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_text ⇒ String
Returns Short Text 1.
20 21 22 |
# File 'lib/po_detail/po_contract_limits.rb', line 20 def short_text @short_text end |