Class: Obp::Access::Renderer::Elements::Footnotes
- Defined in:
- lib/obp/access/elements/footnotes.rb
Overview
OBP emits page footnotes as a trailing "sts-footnotes" container holding one "sts-fn" div per note, each text prefixed with the note number.
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#initialize, #match_node?, #render
Constructor Details
This class inherits a constructor from Obp::Access::Renderer::Elements::Base
Class Method Details
.classes ⇒ Object
9 10 11 |
# File 'lib/obp/access/elements/footnotes.rb', line 9 def self.classes %w[sts-footnotes] end |