Class: Wikiwiki::Page
- Inherits:
-
Object
- Object
- Wikiwiki::Page
- Defined in:
- lib/wikiwiki/page.rb
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
The page name.
-
#source ⇒ String
readonly
The page source content.
-
#timestamp ⇒ Time
readonly
The last update timestamp.
Instance Attribute Details
#name ⇒ String (readonly)
Returns the page name.
|
|
# File 'lib/wikiwiki/page.rb', line 18
|
#source ⇒ String (readonly)
Returns the page source content.
|
|
# File 'lib/wikiwiki/page.rb', line 21
|
#timestamp ⇒ Time (readonly)
Returns the last update timestamp.
|
|
# File 'lib/wikiwiki/page.rb', line 24
|