Class: ChargeBee::QuotedCharge

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/quoted_charge.rb

Defined Under Namespace

Classes: Addon, Charge, Coupon, InvoiceItem, ItemTier

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_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

#addonsObject

Returns the value of attribute addons.



24
25
26
# File 'lib/chargebee/models/quoted_charge.rb', line 24

def addons
  @addons
end

#chargesObject

Returns the value of attribute charges.



24
25
26
# File 'lib/chargebee/models/quoted_charge.rb', line 24

def charges
  @charges
end

#couponsObject

Returns the value of attribute coupons.



24
25
26
# File 'lib/chargebee/models/quoted_charge.rb', line 24

def coupons
  @coupons
end

#invoice_itemsObject

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_tiersObject

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