Class: Route

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

Overview

dsl/route_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expanded_paths ⇒ Object

Returns the value of attribute expanded_paths

Returns:

  • (Object) —

    the current value of expanded_paths



2
3
4
# File 'lib/route_500_check/dsl/route_definition.rb', line 2

def expanded_paths
  @expanded_paths
end

#limit ⇒ Object

Returns the value of attribute limit

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of path



2
3
4
# File 'lib/route_500_check/dsl/route_definition.rb', line 2

def path
  @path
end