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