Class: PoLimits
- Inherits:
-
Object
- Object
- PoLimits
- Defined in:
- lib/po_detail/po_limits.rb
Overview
class used to represent POLIMITS. Used internally
Instance Attribute Summary collapse
-
#con_exist ⇒ String
Limit on contract items exists.
-
#cont_perc ⇒ Integer
Percentage for price determination.
-
#edition ⇒ String
Edition of Service Type.
-
#exp_value ⇒ Integer
Expected value.
-
#free_limit ⇒ Integer
Free limit.
-
#limit ⇒ Integer
Overall limit.
-
#no_frlimit ⇒ String
No Limit.
-
#no_limit ⇒ String
No Limit.
-
#pckg_no ⇒ String
Package number.
-
#price_chg ⇒ String
Price Change in Entry Sheet.
-
#serv_type ⇒ String
Short Description of Service Type.
-
#ssc_exist ⇒ String
Limits exist for service types.
-
#ssc_limit ⇒ Integer
Value limits on service types.
-
#ssc_nolim ⇒ String
No limit on standard service type.
-
#ssc_perc ⇒ Integer
Percentage for price determination.
-
#ssc_prschg ⇒ String
Price Change in Entry Sheet.
-
#tmp_exist ⇒ String
Limit on service packages exists.
-
#tmp_limit ⇒ Integer
Limits on model service specifications.
-
#tmp_nolim ⇒ String
No Limit on Model Specifications.
-
#tmp_number ⇒ String
Number of a Set of Model Service Specifications.
-
#tmp_perc ⇒ Integer
Percentage for Price Determination.
-
#tmp_prschg ⇒ String
Price Change in Entry Sheet.
Instance Attribute Details
#con_exist ⇒ String
Returns Limit on contract items exists.
6 7 8 |
# File 'lib/po_detail/po_limits.rb', line 6 def con_exist @con_exist end |
#cont_perc ⇒ Integer
Returns Percentage for price determination.
4 5 6 |
# File 'lib/po_detail/po_limits.rb', line 4 def cont_perc @cont_perc end |
#edition ⇒ String
Returns Edition of Service Type.
8 9 10 |
# File 'lib/po_detail/po_limits.rb', line 8 def edition @edition end |
#exp_value ⇒ Integer
Returns Expected value.
10 11 12 |
# File 'lib/po_detail/po_limits.rb', line 10 def exp_value @exp_value end |
#free_limit ⇒ Integer
Returns Free limit.
12 13 14 |
# File 'lib/po_detail/po_limits.rb', line 12 def free_limit @free_limit end |
#limit ⇒ Integer
Returns Overall limit.
14 15 16 |
# File 'lib/po_detail/po_limits.rb', line 14 def limit @limit end |
#no_frlimit ⇒ String
Returns No Limit.
16 17 18 |
# File 'lib/po_detail/po_limits.rb', line 16 def no_frlimit @no_frlimit end |
#no_limit ⇒ String
Returns No Limit.
18 19 20 |
# File 'lib/po_detail/po_limits.rb', line 18 def no_limit @no_limit end |
#pckg_no ⇒ String
Returns Package number.
20 21 22 |
# File 'lib/po_detail/po_limits.rb', line 20 def pckg_no @pckg_no end |
#price_chg ⇒ String
Returns Price Change in Entry Sheet.
22 23 24 |
# File 'lib/po_detail/po_limits.rb', line 22 def price_chg @price_chg end |
#serv_type ⇒ String
Returns Short Description of Service Type.
24 25 26 |
# File 'lib/po_detail/po_limits.rb', line 24 def serv_type @serv_type end |
#ssc_exist ⇒ String
Returns Limits exist for service types.
26 27 28 |
# File 'lib/po_detail/po_limits.rb', line 26 def ssc_exist @ssc_exist end |
#ssc_limit ⇒ Integer
Returns Value limits on service types.
28 29 30 |
# File 'lib/po_detail/po_limits.rb', line 28 def ssc_limit @ssc_limit end |
#ssc_nolim ⇒ String
Returns No limit on standard service type.
30 31 32 |
# File 'lib/po_detail/po_limits.rb', line 30 def ssc_nolim @ssc_nolim end |
#ssc_perc ⇒ Integer
Returns Percentage for price determination.
32 33 34 |
# File 'lib/po_detail/po_limits.rb', line 32 def ssc_perc @ssc_perc end |
#ssc_prschg ⇒ String
Returns Price Change in Entry Sheet.
34 35 36 |
# File 'lib/po_detail/po_limits.rb', line 34 def ssc_prschg @ssc_prschg end |
#tmp_exist ⇒ String
Returns Limit on service packages exists.
36 37 38 |
# File 'lib/po_detail/po_limits.rb', line 36 def tmp_exist @tmp_exist end |
#tmp_limit ⇒ Integer
Returns Limits on model service specifications.
38 39 40 |
# File 'lib/po_detail/po_limits.rb', line 38 def tmp_limit @tmp_limit end |
#tmp_nolim ⇒ String
Returns No Limit on Model Specifications.
40 41 42 |
# File 'lib/po_detail/po_limits.rb', line 40 def tmp_nolim @tmp_nolim end |
#tmp_number ⇒ String
Returns Number of a Set of Model Service Specifications.
42 43 44 |
# File 'lib/po_detail/po_limits.rb', line 42 def tmp_number @tmp_number end |
#tmp_perc ⇒ Integer
Returns Percentage for Price Determination.
44 45 46 |
# File 'lib/po_detail/po_limits.rb', line 44 def tmp_perc @tmp_perc end |
#tmp_prschg ⇒ String
Returns Price Change in Entry Sheet.
46 47 48 |
# File 'lib/po_detail/po_limits.rb', line 46 def tmp_prschg @tmp_prschg end |