Class: Puree::Publisher
Overview
Publisher resource
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
-
#initialize(endpoint: nil, username: nil, password: nil, basic_auth: nil) ⇒ Publisher
constructor
A new instance of Publisher.
-
#metadata ⇒ Hash
All metadata.
Methods inherited from Resource
#content, #created, #get, #modified, #set_content, #uuid
Constructor Details
#initialize(endpoint: nil, username: nil, password: nil, basic_auth: nil) ⇒ Publisher
Returns a new instance of Publisher.
11 12 13 14 15 16 17 |
# File 'lib/puree/publisher.rb', line 11 def initialize(endpoint: nil, username: nil, password: nil, basic_auth: nil) super(api: :publisher, endpoint: endpoint, username: username, password: password, basic_auth: basic_auth) end |
Instance Method Details
#metadata ⇒ Hash
All metadata
24 25 26 |
# File 'lib/puree/publisher.rb', line 24 def super end |