Class: Obp::Access::Renderer::Elements::NonNormativeExample
- Defined in:
- lib/obp/access/elements/non_normative_example.rb
Overview
Renders the example label; the content div.sts-p children are rendered by Paragraph when the renderer recurses into them.
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
8 9 10 |
# File 'lib/obp/access/elements/non_normative_example.rb', line 8 def self.classes %w[sts-non-normative-example] end |