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