Class: Route500Check::RouteDef
- Inherits:
-
Struct
- Object
- Struct
- Route500Check::RouteDef
- Defined in:
- lib/route_500_check/dsl.rb
Instance Attribute Summary collapse
-
#params ⇒ Object
Returns the value of attribute params.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#params ⇒ Object
Returns the value of attribute 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
6 7 8 |
# File 'lib/route_500_check/dsl.rb', line 6 def template @template end |