Class: Orthor::Feed

Inherits:
Object show all
Defined in:
lib/orthor/feed.rb

Instance Attribute Summary

Attributes inherited from Object

#path

Instance Method Summary collapse

Methods inherited from Object

#content, #initialize, #path_name, #title

Methods included from HttpCaching

#cache_for

Constructor Details

This class inherits a constructor from Orthor::Object

Instance Method Details

#fetch_contentObject



3
4
5
# File 'lib/orthor/feed.rb', line 3

def fetch_content
  Orthorings.feed(@id)
end