Class: PdfTemplator::NumericType
- Defined in:
- lib/pdf_templator/types.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
-
#initialize(content, args = {}) ⇒ NumericType
constructor
A new instance of NumericType.
Methods inherited from Type
Constructor Details
#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 |