Class: ChargeBee::QuotedCharge::ItemTier
- Defined in:
 - lib/chargebee/models/quoted_charge.rb
 
Instance Attribute Summary collapse
- 
  
    
      #ending_unit  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute ending_unit.
 - 
  
    
      #ending_unit_in_decimal  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute ending_unit_in_decimal.
 - 
  
    
      #index  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute index.
 - 
  
    
      #item_price_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute item_price_id.
 - 
  
    
      #price  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute price.
 - 
  
    
      #price_in_decimal  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute price_in_decimal.
 - 
  
    
      #starting_unit  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute starting_unit.
 - 
  
    
      #starting_unit_in_decimal  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute starting_unit_in_decimal.
 
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
#ending_unit ⇒ Object
Returns the value of attribute ending_unit.
      17 18 19  | 
    
      # File 'lib/chargebee/models/quoted_charge.rb', line 17 def ending_unit @ending_unit end  | 
  
#ending_unit_in_decimal ⇒ Object
Returns the value of attribute ending_unit_in_decimal.
      17 18 19  | 
    
      # File 'lib/chargebee/models/quoted_charge.rb', line 17 def ending_unit_in_decimal @ending_unit_in_decimal end  | 
  
#index ⇒ Object
Returns the value of attribute index.
      17 18 19  | 
    
      # File 'lib/chargebee/models/quoted_charge.rb', line 17 def index @index end  | 
  
#item_price_id ⇒ Object
Returns the value of attribute item_price_id.
      17 18 19  | 
    
      # File 'lib/chargebee/models/quoted_charge.rb', line 17 def item_price_id @item_price_id end  | 
  
#price ⇒ Object
Returns the value of attribute price.
      17 18 19  | 
    
      # File 'lib/chargebee/models/quoted_charge.rb', line 17 def price @price end  | 
  
#price_in_decimal ⇒ Object
Returns the value of attribute price_in_decimal.
      17 18 19  | 
    
      # File 'lib/chargebee/models/quoted_charge.rb', line 17 def price_in_decimal @price_in_decimal end  | 
  
#starting_unit ⇒ Object
Returns the value of attribute starting_unit.
      17 18 19  | 
    
      # File 'lib/chargebee/models/quoted_charge.rb', line 17 def starting_unit @starting_unit end  | 
  
#starting_unit_in_decimal ⇒ Object
Returns the value of attribute starting_unit_in_decimal.
      17 18 19  | 
    
      # File 'lib/chargebee/models/quoted_charge.rb', line 17 def starting_unit_in_decimal @starting_unit_in_decimal end  |