Class: Sourcerer::Util::Pathifier::Result
- Inherits:
-
Struct
- Object
- Struct
- Sourcerer::Util::Pathifier::Result
- Defined in:
- lib/sourcerer/util/pathifier.rb
Overview
A small value object returned by .match.
Instance Attribute Summary collapse
-
#enum ⇒ Object
Returns the value of attribute enum.
-
#input ⇒ Object
Returns the value of attribute input.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#enum ⇒ Object
Returns the value of attribute enum
14 15 16 |
# File 'lib/sourcerer/util/pathifier.rb', line 14 def enum @enum end |
#input ⇒ Object
Returns the value of attribute input
14 15 16 |
# File 'lib/sourcerer/util/pathifier.rb', line 14 def input @input end |
#type ⇒ Object
Returns the value of attribute type
14 15 16 |
# File 'lib/sourcerer/util/pathifier.rb', line 14 def type @type end |