Class: Rubino::API::Router::Route

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

Instance Attribute Summary collapse

Instance Attribute Details

#keysObject

Returns the value of attribute keys

Returns:

  • (Object)

    the current value of keys



23
24
25
# File 'lib/rubino/api/router.rb', line 23

def keys
  @keys
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



23
24
25
# File 'lib/rubino/api/router.rb', line 23

def method
  @method
end

#operationObject

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



23
24
25
# File 'lib/rubino/api/router.rb', line 23

def operation
  @operation
end

#original_pathObject

Returns the value of attribute original_path

Returns:

  • (Object)

    the current value of original_path



23
24
25
# File 'lib/rubino/api/router.rb', line 23

def original_path
  @original_path
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



23
24
25
# File 'lib/rubino/api/router.rb', line 23

def pattern
  @pattern
end