class Truss::Router::Routes::Post

Public Class Methods

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