Class: URIPattern::ComponentResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/uri_pattern/match_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#groupsObject

Returns the value of attribute groups

Returns:

  • (Object)

    the current value of groups



4
5
6
# File 'lib/uri_pattern/match_result.rb', line 4

def groups
  @groups
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



4
5
6
# File 'lib/uri_pattern/match_result.rb', line 4

def input
  @input
end