Class Nukumi2::View::Abstract
In: lib/nukumi2/view.rb
Parent: Object

Methods

entries   new   to_page  

Attributes

blog  [R] 
path  [R] 

Public Class methods

[Source]

    # File lib/nukumi2/view.rb, line 7
 7:       def initialize(blog, path)
 8:         @blog = blog
 9:         @path = path
10:       end

Public Instance methods

[Source]

    # File lib/nukumi2/view.rb, line 12
12:       def entries
13:         []
14:       end

[Source]

    # File lib/nukumi2/view.rb, line 16
16:       def to_page(flavor)
17:         page(self, flavor)
18:       end

[Validate]