Class: Coopy::CellBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/lib/coopy/cell_builder.rb

Instance Method Summary collapse

Instance Method Details

#conflict(parent, local, remote) ⇒ Object



11
# File 'lib/lib/coopy/cell_builder.rb', line 11

def conflict(parent,local,remote) puts "Abstract CellBuilder.conflict called" end


13
# File 'lib/lib/coopy/cell_builder.rb', line 13

def links(unit,row_like) puts "Abstract CellBuilder.links called" end

#marker(label) ⇒ Object



12
# File 'lib/lib/coopy/cell_builder.rb', line 12

def marker(label) puts "Abstract CellBuilder.marker called" end

#needSeparatorObject



6
# File 'lib/lib/coopy/cell_builder.rb', line 6

def needSeparator() puts "Abstract CellBuilder.needSeparator called" end

#setConflictSeparator(separator) ⇒ Object



8
# File 'lib/lib/coopy/cell_builder.rb', line 8

def setConflictSeparator(separator) puts "Abstract CellBuilder.setConflictSeparator called" end

#setSeparator(separator) ⇒ Object



7
# File 'lib/lib/coopy/cell_builder.rb', line 7

def setSeparator(separator) puts "Abstract CellBuilder.setSeparator called" end

#setView(view) ⇒ Object



9
# File 'lib/lib/coopy/cell_builder.rb', line 9

def setView(view) puts "Abstract CellBuilder.setView called" end

#update(local, remote) ⇒ Object



10
# File 'lib/lib/coopy/cell_builder.rb', line 10

def update(local,remote) puts "Abstract CellBuilder.update called" end