Class: WikiAvro::MediaWiki::LqtPrinter

Inherits:
Object
  • Object
show all
Defined in:
lib/wikiavro/mediawiki.rb

Instance Method Summary collapse

Instance Method Details

#write(threadSubject, threadParent, threadAncestor, threadPage, threadID, threadSummaryPage, threadAuthor, threadEditStatus, threadType, threadSignature) ⇒ Object



37
38
39
40
41
42
43
# File 'lib/wikiavro/mediawiki.rb', line 37

def write(threadSubject, threadParent, threadAncestor,
          threadPage, threadID, threadSummaryPage,
          threadAuthor, threadEditStatus, threadType,
          threadSignature)
  puts "thread #{threadSubject} #{threadParent} #{threadAncestor} " +
       "#{threadAuthor} #{threadEditStatus} #{threadType}"
end