Method: PdfTemplator::NumericType#initialize
- Defined in:
- lib/pdf_templator/types.rb
#initialize(content, args = {}) ⇒ NumericType
Returns a new instance of NumericType.
15 16 17 18 |
# File 'lib/pdf_templator/types.rb', line 15 def initialize(content, args = {}) super @content = cents end |