Class: Route500Check::RouteDef

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

Instance Attribute Summary collapse

Instance Attribute Details

#params ⇒ Object

Returns the value of attribute params

Returns:

  • (Object) —

    the current value of params



6
7
8
# File 'lib/route_500_check/dsl.rb', line 6

def params
  @params
end

#template ⇒ Object

Returns the value of attribute template

Returns:

  • (Object) —

    the current value of template



6
7
8
# File 'lib/route_500_check/dsl.rb', line 6

def template
  @template
end