Class: Teams::Router::Route

Inherits:
Struct
  • Object
show all
Defined in:
lib/teams/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/teams/router.rb', line 5

def handler
  @handler
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



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

def selector
  @selector
end