class BrDanfe::CceLib::Footer
Public Class Methods
Public Instance Methods
Source
# File lib/br_danfe/cce_lib/footer.rb, line 8 def render @pdf.box(height: 110) do @pdf.text I18n.t('cce.legal_note') end end
# File lib/br_danfe/cce_lib/footer.rb, line 8 def render @pdf.box(height: 110) do @pdf.text I18n.t('cce.legal_note') end end