Class: Sourcerer::Util::Pathifier::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/sourcerer/util/pathifier.rb

Overview

A small value object returned by .match.

Instance Attribute Summary collapse

Instance Attribute Details

#enumObject

Returns the value of attribute enum

Returns:

  • (Object)

    the current value of enum



14
15
16
# File 'lib/sourcerer/util/pathifier.rb', line 14

def enum
  @enum
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



14
15
16
# File 'lib/sourcerer/util/pathifier.rb', line 14

def input
  @input
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



14
15
16
# File 'lib/sourcerer/util/pathifier.rb', line 14

def type
  @type
end