Class: Obp::Access::Renderer::Elements::Footnotes

Inherits:
Base
  • Object
show all
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

#document, #metas, #node

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

.classesObject



9
10
11
# File 'lib/obp/access/elements/footnotes.rb', line 9

def self.classes
  %w[sts-footnotes]
end