Class: Orthor::Feed
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
Methods inherited from Object
#content, #initialize, #path_name, #title
Methods included from HttpCaching
Constructor Details
This class inherits a constructor from Orthor::Object
Instance Method Details
#fetch_content ⇒ Object
3 4 5 |
# File 'lib/orthor/feed.rb', line 3 def fetch_content Orthorings.feed(@id) end |