Class: Retter::Page::Feed
- Inherits:
-
Object
- Object
- Retter::Page::Feed
- Includes:
- Base
- Defined in:
- lib/retter/page/feed.rb
Instance Attribute Summary
Attributes included from Base
Instance Method Summary collapse
Methods included from Base
Methods included from Site
#config, #entries, #load, #reset!
Methods included from Configurable
#configurable, #define_configurable_method, #define_instance_shortcut_method
Instance Method Details
#bind ⇒ Object
15 16 17 |
# File 'lib/retter/page/feed.rb', line 15 def bind print rss end |
#path ⇒ Object
11 12 13 |
# File 'lib/retter/page/feed.rb', line 11 def path config.retter_home.join('entries.rss') end |