Class: Puree::Publisher
Overview
Publisher resource
Instance Method Summary collapse
-
#initialize(endpoint: nil, username: nil, password: nil) ⇒ Publisher
constructor
A new instance of Publisher.
-
#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) ⇒ Publisher
Returns a new instance of Publisher.
10 11 12 13 14 15 |
# File 'lib/puree/publisher.rb', line 10 def initialize(endpoint: nil, username: nil, password: nil) super(api: :publisher, endpoint: endpoint, username: username, password: password) end |
Instance Method Details
#metadata ⇒ Hash
All metadata
20 21 22 |
# File 'lib/puree/publisher.rb', line 20 def super end |