Class: PdfTemplator::NumberType

Inherits:
NumericType show all
Defined in:
lib/pdf_templator/types.rb

Instance Attribute Summary

Attributes inherited from Type

#args, #content

Instance Method Summary collapse

Methods inherited from NumericType

#initialize

Methods inherited from Type

#initialize

Constructor Details

This class inherits a constructor from PdfTemplator::NumericType

Instance Method Details

#callObject



43
44
45
# File 'lib/pdf_templator/types.rb', line 43

def call
  Money.new(content).format(symbol: false)
end