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