Class: Sevgi::Function::Location
- Inherits:
-
Data
- Object
- Data
- Sevgi::Function::Location
- Defined in:
- lib/sevgi/function/locate.rb
Overview
Found file location returned by locate helpers.
Instance Attribute Summary collapse
-
#dir ⇒ String
readonly
Directory where the match was found.
-
#file ⇒ String
readonly
Absolute matching file path.
-
#slug ⇒ String
readonly
Candidate path that matched.
Instance Attribute Details
#dir ⇒ String (readonly)
Returns directory where the match was found.
13 |
# File 'lib/sevgi/function/locate.rb', line 13 Location = Data.define(:file, :slug, :dir) |