Method: Puppet::Network::HTTP::Route#put

Defined in:
lib/puppet/network/http/route.rb

#put(*handlers) ⇒ Object



47
48
49
50
# File 'lib/puppet/network/http/route.rb', line 47

def put(*handlers)
  @method_handlers[:PUT] = handlers
  return self
end