Class: ChargeBee::QuotedRamp::CouponApplicabilityMapping
- Defined in:
- lib/chargebee/models/quoted_ramp.rb
Instance Attribute Summary collapse
-
#applicable_item_price_ids ⇒ Object
Returns the value of attribute applicable_item_price_ids.
-
#coupon_id ⇒ Object
Returns the value of attribute coupon_id.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #respond_to_missing?, #to_s, uri_path
Constructor Details
This class inherits a constructor from ChargeBee::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ChargeBee::Model
Instance Attribute Details
#applicable_item_price_ids ⇒ Object
Returns the value of attribute applicable_item_price_ids.
17 18 19 |
# File 'lib/chargebee/models/quoted_ramp.rb', line 17 def applicable_item_price_ids @applicable_item_price_ids end |
#coupon_id ⇒ Object
Returns the value of attribute coupon_id.
17 18 19 |
# File 'lib/chargebee/models/quoted_ramp.rb', line 17 def coupon_id @coupon_id end |