class BrDanfe::CceLib::Header
Public Class Methods
Public Instance Methods
Source
# File lib/br_danfe/cce_lib/header.rb, line 8 def render @pdf.box(height: 40) do @pdf.text I18n.t('cce.title'), align: :center, size: 25, pad: 6 end end
# File lib/br_danfe/cce_lib/header.rb, line 8 def render @pdf.box(height: 40) do @pdf.text I18n.t('cce.title'), align: :center, size: 25, pad: 6 end end