Class: Route
- Inherits:
-
Struct
- Object
- Struct
- Route
- Defined in:
- lib/route_500_check/dsl/route_definition.rb
Overview
dsl/route_definition.rb
Instance Attribute Summary collapse
-
#expanded_paths ⇒ Object
Returns the value of attribute expanded_paths.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#expanded_paths ⇒ Object
Returns the value of attribute expanded_paths
2 3 4 |
# File 'lib/route_500_check/dsl/route_definition.rb', line 2 def end |
#limit ⇒ Object
Returns the value of attribute limit
2 3 4 |
# File 'lib/route_500_check/dsl/route_definition.rb', line 2 def limit @limit end |
#path ⇒ Object
Returns the value of attribute path
2 3 4 |
# File 'lib/route_500_check/dsl/route_definition.rb', line 2 def path @path end |