Class: ChargeBee::Invoice::Tax

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #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

#amountObject

Returns the value of attribute amount.



13
14
15
# File 'lib/chargebee/models/invoice.rb', line 13

def amount
  @amount
end

#descriptionObject

Returns the value of attribute description.



13
14
15
# File 'lib/chargebee/models/invoice.rb', line 13

def description
  @description
end