Class Grape::Router::Pattern
In: lib/grape/router/pattern.rb
Parent: Object

Methods

new   to_regexp  

Constants

DEFAULT_PATTERN_OPTIONS = { uri_decode: true, type: :grape }.freeze
DEFAULT_SUPPORTED_CAPTURE = %i[format version].freeze

External Aliases

=== -> match?

Attributes

capture  [R] 
origin  [R] 
path  [R] 
pattern  [R] 

Public Class methods

Public Instance methods

[Validate]