Class: Puree::Journal
Overview
Journal resource
Instance Method Summary collapse
-
#initialize(endpoint: nil, username: nil, password: nil) ⇒ Journal
constructor
A new instance of Journal.
-
#metadata ⇒ Hash
All metadata.
Methods inherited from Resource
#content, #created, #get, #modified, #response, #set_content, #uuid
Constructor Details
#initialize(endpoint: nil, username: nil, password: nil) ⇒ Journal
Returns a new instance of Journal.
10 11 12 13 14 15 |
# File 'lib/puree/journal.rb', line 10 def initialize(endpoint: nil, username: nil, password: nil) super(api: :journal, endpoint: endpoint, username: username, password: password) end |
Instance Method Details
#metadata ⇒ Hash
All metadata
20 21 22 |
# File 'lib/puree/journal.rb', line 20 def super end |