class Grape::Router::Any

Public Class Methods

new(pattern, **attributes) click to toggle source
Calls superclass method
# File lib/grape/router.rb, line 8
def initialize(pattern, **attributes)
  @pattern = pattern
  super(attributes)
end