Class: Flay::Location
- Inherits:
-
Struct
- Object
- Struct
- Flay::Location
- Defined in:
- lib/flay.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#fuzzy ⇒ Object
(also: #fuzzy?)
Returns the value of attribute fuzzy.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
17 18 19 |
# File 'lib/flay.rb', line 17 def file @file end |
#fuzzy ⇒ Object Also known as: fuzzy?
Returns the value of attribute fuzzy
17 18 19 |
# File 'lib/flay.rb', line 17 def fuzzy @fuzzy end |
#line ⇒ Object
Returns the value of attribute line
17 18 19 |
# File 'lib/flay.rb', line 17 def line @line end |