Class: PdfTemplator::TextType

Inherits:
Type
  • Object
show all
Defined in:
lib/pdf_templator/types.rb

Direct Known Subclasses

DateType

Instance Attribute Summary

Attributes inherited from Type

#args, #content

Instance Method Summary collapse

Methods inherited from Type

#initialize

Constructor Details

This class inherits a constructor from PdfTemplator::Type

Instance Method Details

#callObject



9
10
11
# File 'lib/pdf_templator/types.rb', line 9

def call
  "<strong>#{content}</strong>"
end