Class: Fluoride::Analyzer::RoutePattern

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluoride-analyzer/patterner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#matchesObject

Returns the value of attribute matches

Returns:

  • (Object)

    the current value of matches



2
3
4
# File 'lib/fluoride-analyzer/patterner.rb', line 2

def matches
  @matches
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



2
3
4
# File 'lib/fluoride-analyzer/patterner.rb', line 2

def params
  @params
end

#path_specObject

Returns the value of attribute path_spec

Returns:

  • (Object)

    the current value of path_spec



2
3
4
# File 'lib/fluoride-analyzer/patterner.rb', line 2

def path_spec
  @path_spec
end

#routeObject

Returns the value of attribute route

Returns:

  • (Object)

    the current value of route



2
3
4
# File 'lib/fluoride-analyzer/patterner.rb', line 2

def route
  @route
end

#segment_keysObject

Returns the value of attribute segment_keys

Returns:

  • (Object)

    the current value of segment_keys



2
3
4
# File 'lib/fluoride-analyzer/patterner.rb', line 2

def segment_keys
  @segment_keys
end