Method: Synqa::SyncOperation#getContentTrees

Defined in:
lib/synqa.rb

#getContentTreesObject

Get the local and remote content trees



941
942
943
944
# File 'lib/synqa.rb', line 941

def getContentTrees
  @sourceContent = @sourceLocation.getContentTree()
  @destinationContent = @destinationLocation.getContentTree()
end