Class: Uploader::Upload::Put

Inherits:
Net::HTTP::Put
  • Object
show all
Defined in:
lib/ruby-uploader/uploader.rb

Defined Under Namespace

Classes: Chunker

Instance Method Summary collapse

Constructor Details

#initialize(path, headers, handlers) ⇒ Put

Returns a new instance of Put.



58
59
60
61
# File 'lib/ruby-uploader/uploader.rb', line 58

def initialize(path, headers, handlers)
  @handlers = handlers
  super path, headers
end