Class: HttpRouter::RecognizeResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/http_router.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acceptable_methodsObject

Returns the value of attribute acceptable_methods

Returns:

  • (Object)

    the current value of acceptable_methods



30
31
32
# File 'lib/http_router.rb', line 30

def acceptable_methods
  @acceptable_methods
end

#matchesObject

Returns the value of attribute matches

Returns:

  • (Object)

    the current value of matches



30
31
32
# File 'lib/http_router.rb', line 30

def matches
  @matches
end