Class: PdfTemplator::AccountingType
- Inherits:
-
NumericType
- Object
- Type
- NumericType
- PdfTemplator::AccountingType
- Defined in:
- lib/pdf_templator/types.rb
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
Methods inherited from NumericType
Methods inherited from Type
Constructor Details
This class inherits a constructor from PdfTemplator::NumericType
Instance Method Details
#call ⇒ Object
37 38 39 |
# File 'lib/pdf_templator/types.rb', line 37 def call Money.new(content, args[:currency]).format end |