Class: FunApi::Router::Route

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

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



5
6
7
# File 'lib/funapi/router.rb', line 5

def handler
  @handler
end

#keysObject

Returns the value of attribute keys

Returns:

  • (Object)

    the current value of keys



5
6
7
# File 'lib/funapi/router.rb', line 5

def keys
  @keys
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



5
6
7
# File 'lib/funapi/router.rb', line 5

def 
  
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



5
6
7
# File 'lib/funapi/router.rb', line 5

def pattern
  @pattern
end

#verbObject

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



5
6
7
# File 'lib/funapi/router.rb', line 5

def verb
  @verb
end