Class: Klenod::Build::FilesystemResolver::PathMatch
- Inherits:
-
Data
- Object
- Data
- Klenod::Build::FilesystemResolver::PathMatch
- Defined in:
- lib/klenod/build/filesystem_resolver.rb
Instance Attribute Summary collapse
-
#case_mismatch ⇒ Object
readonly
Returns the value of attribute case_mismatch.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#case_mismatch ⇒ Object (readonly)
Returns the value of attribute case_mismatch
12 13 14 |
# File 'lib/klenod/build/filesystem_resolver.rb', line 12 def case_mismatch @case_mismatch end |
#path ⇒ Object (readonly)
Returns the value of attribute path
12 13 14 |
# File 'lib/klenod/build/filesystem_resolver.rb', line 12 def path @path end |