Class: Puree::Journal
Overview
Journal resource
Instance Method Summary collapse
-
#initialize ⇒ Journal
constructor
A new instance of Journal.
Methods inherited from Resource
#content, #get, #response, #set_content
Constructor Details
#initialize ⇒ Journal
Returns a new instance of Journal.
7 8 9 |
# File 'lib/puree/journal.rb', line 7 def initialize super(:journal) end |