Class: ChargeBee::Invoice::Note
- Defined in:
 - lib/chargebee/models/invoice.rb
 
Instance Attribute Summary collapse
- 
  
    
      #entity_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute entity_id.
 - 
  
    
      #entity_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute entity_type.
 - 
  
    
      #note  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute note.
 
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
#entity_id ⇒ Object
Returns the value of attribute entity_id.
      53 54 55  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 53 def entity_id @entity_id end  | 
  
#entity_type ⇒ Object
Returns the value of attribute entity_type.
      53 54 55  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 53 def entity_type @entity_type end  | 
  
#note ⇒ Object
Returns the value of attribute note.
      53 54 55  | 
    
      # File 'lib/chargebee/models/invoice.rb', line 53 def note @note end  |