Class: Retter::Page::Feed

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/retter/page/feed.rb

Instance Attribute Summary

Attributes included from Base

#path_prefix, #title

Instance Method Summary collapse

Methods included from Base

#initialize, #template_path

Methods included from Site

#config, #entries, #load, #reset!

Methods included from Configurable

#configurable, #define_configurable_method, #define_instance_shortcut_method

Instance Method Details

#bindObject



15
16
17
# File 'lib/retter/page/feed.rb', line 15

def bind
  print rss
end

#pathObject



11
12
13
# File 'lib/retter/page/feed.rb', line 11

def path
  config.retter_home.join('entries.rss')
end