Class: Wikiwiki::Page

Inherits:
Object
  • Object
show all
Defined in:
lib/wikiwiki/page.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameString (readonly)

Returns the page name.

Returns:

  • (String)

    the page name



# File 'lib/wikiwiki/page.rb', line 18

#sourceString (readonly)

Returns the page source content.

Returns:

  • (String)

    the page source content



# File 'lib/wikiwiki/page.rb', line 21

#timestampTime (readonly)

Returns the last update timestamp.

Returns:

  • (Time)

    the last update timestamp



# File 'lib/wikiwiki/page.rb', line 24