Class: Orthor::Query
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/query.rb', line 3 def fetch_content Orthorings.query(@id, @template) end |