Class: ZUORA::ProductRatePlanChargeTierData
- Defined in:
- lib/zuora/ZUORA.rb
Instance Attribute Summary collapse
-
#productRatePlanChargeTier ⇒ Object
Returns the value of attribute productRatePlanChargeTier.
Attributes inherited from ZObject
Instance Method Summary collapse
-
#initialize(productRatePlanChargeTier = nil) ⇒ ProductRatePlanChargeTierData
constructor
A new instance of ProductRatePlanChargeTierData.
Constructor Details
#initialize(productRatePlanChargeTier = nil) ⇒ ProductRatePlanChargeTierData
Returns a new instance of ProductRatePlanChargeTierData.
626 627 628 |
# File 'lib/zuora/ZUORA.rb', line 626 def initialize(productRatePlanChargeTier = nil) @productRatePlanChargeTier = productRatePlanChargeTier end |
Instance Attribute Details
#productRatePlanChargeTier ⇒ Object
Returns the value of attribute productRatePlanChargeTier.
624 625 626 |
# File 'lib/zuora/ZUORA.rb', line 624 def productRatePlanChargeTier @productRatePlanChargeTier end |