Class: PreqLimits

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

Overview

class used to represent REQUISITION_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_limits.rb', line 4

def act_value
  @act_value
end

#con_existString

Returns Limit on contract items exists.

Returns:

  • (String)

    Limit on contract items exists



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

def con_exist
  @con_exist
end

#cont_percInteger

Returns Percentage for price determination.

Returns:

  • (Integer)

    Percentage for price determination



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

def cont_perc
  @cont_perc
end

#curr_isocdString

Returns ISO Currency Code.

Returns:

  • (String)

    ISO Currency Code



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

def curr_isocd
  @curr_isocd
end

#currencyInteger

Returns Currency Key.

Returns:

  • (Integer)

    Currency Key



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

def currency
  @currency
end

#editionString

Returns Edition of Service Type.

Returns:

  • (String)

    Edition of Service Type



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

def edition
  @edition
end

#exp_valueInteger

Returns Expected value.

Returns:

  • (Integer)

    Expected value



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

def exp_value
  @exp_value
end

#freact_valInteger

Returns Actual value (from other sources).

Returns:

  • (Integer)

    Actual value (from other sources)



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

def freact_val
  @freact_val
end

#free_limitInteger

Returns Free limit.

Returns:

  • (Integer)

    Free limit



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

def free_limit
  @free_limit
end

#limitInteger

Returns Overall limit.

Returns:

  • (Integer)

    Overall limit



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

def limit
  @limit
end

#no_frlimitString

Returns No Limit.

Returns:

  • (String)

    No Limit



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

def no_frlimit
  @no_frlimit
end

#no_limitString

Returns No Limit.

Returns:

  • (String)

    No Limit



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

def no_limit
  @no_limit
end

#pckg_noString

Returns Package number.

Returns:

  • (String)

    Package number



28
29
30
# File 'lib/preq_detail/preq_limits.rb', line 28

def pckg_no
  @pckg_no
end

#price_chgString

Returns Price Change in Entry Sheet.

Returns:

  • (String)

    Price Change in Entry Sheet



30
31
32
# File 'lib/preq_detail/preq_limits.rb', line 30

def price_chg
  @price_chg
end

#serv_typeString

Returns Short Description of Service Type.

Returns:

  • (String)

    Short Description of Service Type



32
33
34
# File 'lib/preq_detail/preq_limits.rb', line 32

def serv_type
  @serv_type
end

#ssc_actvalInteger

Returns Actual value on service type limit.

Returns:

  • (Integer)

    Actual value on service type limit



34
35
36
# File 'lib/preq_detail/preq_limits.rb', line 34

def ssc_actval
  @ssc_actval
end

#ssc_existString

Returns Limits exist for service types.

Returns:

  • (String)

    Limits exist for service types



36
37
38
# File 'lib/preq_detail/preq_limits.rb', line 36

def ssc_exist
  @ssc_exist
end

#ssc_limitInteger

Returns Value limits on service types.

Returns:

  • (Integer)

    Value limits on service types



38
39
40
# File 'lib/preq_detail/preq_limits.rb', line 38

def ssc_limit
  @ssc_limit
end

#ssc_nolimString

Returns No limit on standard service type.

Returns:

  • (String)

    No limit on standard service type



40
41
42
# File 'lib/preq_detail/preq_limits.rb', line 40

def ssc_nolim
  @ssc_nolim
end

#ssc_percInteger

Returns Percentage for price determination.

Returns:

  • (Integer)

    Percentage for price determination



42
43
44
# File 'lib/preq_detail/preq_limits.rb', line 42

def ssc_perc
  @ssc_perc
end

#ssc_prschgString

Returns Price Change in Entry Sheet.

Returns:

  • (String)

    Price Change in Entry Sheet



44
45
46
# File 'lib/preq_detail/preq_limits.rb', line 44

def ssc_prschg
  @ssc_prschg
end

#tmp_actvalInteger

Returns Actual value on model specifications limits.

Returns:

  • (Integer)

    Actual value on model specifications limits



46
47
48
# File 'lib/preq_detail/preq_limits.rb', line 46

def tmp_actval
  @tmp_actval
end

#tmp_existString

Returns Limit on service packages exists.

Returns:

  • (String)

    Limit on service packages exists



48
49
50
# File 'lib/preq_detail/preq_limits.rb', line 48

def tmp_exist
  @tmp_exist
end

#tmp_limitInteger

Returns Limits on model service specifications.

Returns:

  • (Integer)

    Limits on model service specifications



50
51
52
# File 'lib/preq_detail/preq_limits.rb', line 50

def tmp_limit
  @tmp_limit
end

#tmp_nolimString

Returns No Limit on Model Specifications.

Returns:

  • (String)

    No Limit on Model Specifications



52
53
54
# File 'lib/preq_detail/preq_limits.rb', line 52

def tmp_nolim
  @tmp_nolim
end

#tmp_numberString

Returns Number of a Set of Model Service Specifications.

Returns:

  • (String)

    Number of a Set of Model Service Specifications



54
55
56
# File 'lib/preq_detail/preq_limits.rb', line 54

def tmp_number
  @tmp_number
end

#tmp_percInteger

Returns Percentage for Price Determination.

Returns:

  • (Integer)

    Percentage for Price Determination



56
57
58
# File 'lib/preq_detail/preq_limits.rb', line 56

def tmp_perc
  @tmp_perc
end

#tmp_prschgString

Returns Price Change in Entry Sheet.

Returns:

  • (String)

    Price Change in Entry Sheet



58
59
60
# File 'lib/preq_detail/preq_limits.rb', line 58

def tmp_prschg
  @tmp_prschg
end