Class: ChargeBee::Invoice::LineItemTier

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

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

#ending_unitObject

Returns the value of attribute ending_unit.



25
26
27
# File 'lib/chargebee/models/invoice.rb', line 25

def ending_unit
  @ending_unit
end

#line_item_idObject

Returns the value of attribute line_item_id.



25
26
27
# File 'lib/chargebee/models/invoice.rb', line 25

def line_item_id
  @line_item_id
end

#quantity_usedObject

Returns the value of attribute quantity_used.



25
26
27
# File 'lib/chargebee/models/invoice.rb', line 25

def quantity_used
  @quantity_used
end

#starting_unitObject

Returns the value of attribute starting_unit.



25
26
27
# File 'lib/chargebee/models/invoice.rb', line 25

def starting_unit
  @starting_unit
end

#unit_amountObject

Returns the value of attribute unit_amount.



25
26
27
# File 'lib/chargebee/models/invoice.rb', line 25

def unit_amount
  @unit_amount
end