Class: Enola::Resolver::Found
- Inherits:
-
Struct
- Object
- Struct
- Enola::Resolver::Found
- Defined in:
- lib/enola/resolver.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/enola/resolver.rb', line 5 def path @path end |
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/enola/resolver.rb', line 5 def source @source end |