Class: ChargeBee::Invoice::Note

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

#entity_idObject

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_typeObject

Returns the value of attribute entity_type.



53
54
55
# File 'lib/chargebee/models/invoice.rb', line 53

def entity_type
  @entity_type
end

#noteObject

Returns the value of attribute note.



53
54
55
# File 'lib/chargebee/models/invoice.rb', line 53

def note
  @note
end