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