Class: ChargeBee::QuotedRamp
- Defined in:
- lib/chargebee/models/quoted_ramp.rb
Defined Under Namespace
Classes: CouponApplicabilityMapping, Discount, ItemTier, LineItem
Instance Attribute Summary collapse
-
#coupon_applicability_mappings ⇒ Object
Returns the value of attribute coupon_applicability_mappings.
-
#discounts ⇒ Object
Returns the value of attribute discounts.
-
#id ⇒ Object
Returns the value of attribute id.
-
#item_tiers ⇒ Object
Returns the value of attribute item_tiers.
-
#line_items ⇒ Object
Returns the value of attribute line_items.
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
#coupon_applicability_mappings ⇒ Object
Returns the value of attribute coupon_applicability_mappings.
20 21 22 |
# File 'lib/chargebee/models/quoted_ramp.rb', line 20 def coupon_applicability_mappings @coupon_applicability_mappings end |
#discounts ⇒ Object
Returns the value of attribute discounts.
20 21 22 |
# File 'lib/chargebee/models/quoted_ramp.rb', line 20 def discounts @discounts end |
#id ⇒ Object
Returns the value of attribute id.
20 21 22 |
# File 'lib/chargebee/models/quoted_ramp.rb', line 20 def id @id end |
#item_tiers ⇒ Object
Returns the value of attribute item_tiers.
20 21 22 |
# File 'lib/chargebee/models/quoted_ramp.rb', line 20 def item_tiers @item_tiers end |
#line_items ⇒ Object
Returns the value of attribute line_items.
20 21 22 |
# File 'lib/chargebee/models/quoted_ramp.rb', line 20 def line_items @line_items end |