Class: ChargeBee::QuotedCharge
- Defined in:
- lib/chargebee/models/quoted_charge.rb
Defined Under Namespace
Classes: Addon, Charge, Coupon, CouponApplicabilityMapping, InvoiceItem, ItemTier
Instance Attribute Summary collapse
-
#addons ⇒ Object
Returns the value of attribute addons.
-
#charges ⇒ Object
Returns the value of attribute charges.
-
#coupon_applicability_mappings ⇒ Object
Returns the value of attribute coupon_applicability_mappings.
-
#coupons ⇒ Object
Returns the value of attribute coupons.
-
#invoice_items ⇒ Object
Returns the value of attribute invoice_items.
-
#item_tiers ⇒ Object
Returns the value of attribute item_tiers.
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
#addons ⇒ Object
Returns the value of attribute addons.
28 29 30 |
# File 'lib/chargebee/models/quoted_charge.rb', line 28 def addons @addons end |
#charges ⇒ Object
Returns the value of attribute charges.
28 29 30 |
# File 'lib/chargebee/models/quoted_charge.rb', line 28 def charges @charges end |
#coupon_applicability_mappings ⇒ Object
Returns the value of attribute coupon_applicability_mappings.
28 29 30 |
# File 'lib/chargebee/models/quoted_charge.rb', line 28 def coupon_applicability_mappings @coupon_applicability_mappings end |
#coupons ⇒ Object
Returns the value of attribute coupons.
28 29 30 |
# File 'lib/chargebee/models/quoted_charge.rb', line 28 def coupons @coupons end |
#invoice_items ⇒ Object
Returns the value of attribute invoice_items.
28 29 30 |
# File 'lib/chargebee/models/quoted_charge.rb', line 28 def invoice_items @invoice_items end |
#item_tiers ⇒ Object
Returns the value of attribute item_tiers.
28 29 30 |
# File 'lib/chargebee/models/quoted_charge.rb', line 28 def item_tiers @item_tiers end |