Class: Puree::Journal

Inherits:
Resource show all
Defined in:
lib/puree/journal.rb

Overview

Journal resource

Instance Method Summary collapse

Methods inherited from Resource

#content, #get, #response, #set_content

Constructor Details

#initializeJournal

Returns a new instance of Journal.



7
8
9
# File 'lib/puree/journal.rb', line 7

def initialize
  super(:journal)
end