Class: BaseSection

Inherits:
Object show all
Defined in:
lib/volt/templates/targets/base_section.rb

Overview

Class to describe the interface for sections

Direct Known Subclasses

DomSection, DomTarget

Instance Method Summary collapse

Instance Method Details

#insert_anchor_before_endObject



11
12
13
# File 'lib/volt/templates/targets/base_section.rb', line 11

def insert_anchor_before_end
  raise "not implemented"
end

#removeObject



3
4
5
# File 'lib/volt/templates/targets/base_section.rb', line 3

def remove
  raise "not implemented"
end

#remove_anchorsObject



7
8
9
# File 'lib/volt/templates/targets/base_section.rb', line 7

def remove_anchors
  raise "not implemented"
end