class Truss::Router::Routes::Patch

Public Class Methods

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