class Truss::Router::Routes::Put

Public Class Methods

new(path, endpoint, opts={}) click to toggle source
Calls superclass method Truss::Router::Node::new
# File lib/truss/router/routes/put.rb, line 5
def initialize(path, endpoint, opts={})
    super(:put, path, endpoint, opts)
end