Class: ChargeBee::Subscription::ChargedItem
- Defined in:
- lib/chargebee/models/subscription.rb
Instance Attribute Summary collapse
-
#item_price_id ⇒ Object
Returns the value of attribute item_price_id.
-
#last_charged_at ⇒ Object
Returns the value of attribute last_charged_at.
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
#item_price_id ⇒ Object
Returns the value of attribute item_price_id.
13 14 15 |
# File 'lib/chargebee/models/subscription.rb', line 13 def item_price_id @item_price_id end |
#last_charged_at ⇒ Object
Returns the value of attribute last_charged_at.
13 14 15 |
# File 'lib/chargebee/models/subscription.rb', line 13 def last_charged_at @last_charged_at end |