Class: WikiAvro::MediaWiki::ThreadSummaryPage

Inherits:
XML::Inserter show all
Defined in:
lib/wikiavro/mediawiki.rb

Instance Attribute Summary

Attributes inherited from XML::Inserter

#name

Attributes inherited from XML::Element

#attr

Instance Method Summary collapse

Methods inherited from XML::Inserter

#parse_content

Methods inherited from XML::Element

#name, #optional?, #parse

Constructor Details

#initializeThreadSummaryPage

Returns a new instance of ThreadSummaryPage.



529
530
531
# File 'lib/wikiavro/mediawiki.rb', line 529

def initialize
  super('ThreadSummaryPage', 'threadSummaryPage')
end