Class: Obp::Access::Renderer::Elements::Index

Inherits:
Base
  • Object
show all
Defined in:
lib/obp/access/elements/index.rb

Instance Attribute Summary

Attributes inherited from Base

#document, #metas, #node

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Base

#initialize, #render

Constructor Details

This class inherits a constructor from Obp::Access::Renderer::Elements::Base

Class Method Details

.classesObject



6
7
8
# File 'lib/obp/access/elements/index.rb', line 6

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

Instance Method Details

#match_node?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/obp/access/elements/index.rb', line 10

def match_node?
  super && index_section?
end