Class: ChargeBee::QuotedDeltaRamp
- Defined in:
- lib/chargebee/models/quoted_delta_ramp.rb
Defined Under Namespace
Classes: LineItem
Instance Attribute Summary collapse
-
#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
#line_items ⇒ Object
Returns the value of attribute line_items.
8 9 10 |
# File 'lib/chargebee/models/quoted_delta_ramp.rb', line 8 def line_items @line_items end |