class MediaWiki::FakeWiki::WikiPage

Attributes

author[RW]
content[RW]

Public Class Methods

new(options={}) click to toggle source
# File lib/media_wiki/fake_wiki.rb, line 475
def initialize(options={})
  options.each { |k, v| send("#{k}=", v) }
end