Class: Peictt::Http::PUT

Inherits:
Http show all
Defined in:
lib/peictt/http/put.rb

Constant Summary

Constants inherited from Http

Http::CONTROLLER_ACTION_REGEXP, Http::INVALID_ARG_ERROR, Http::INVALID_ROUTE_ARG, Http::INVALID_URL_FORMAT

Instance Attribute Summary

Attributes inherited from Http

#action, #controller, #placeholders, #regexp, #url, #verb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ PUT

Returns a new instance of PUT.



4
5
6
7
# File 'lib/peictt/http/put.rb', line 4

def initialize(*args)
  super
  @verb = "PUT"
end