Class: Flay::Location

Inherits:
Struct
  • Object
show all
Defined in:
lib/flay.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



26
27
28
# File 'lib/flay.rb', line 26

def file
  @file
end

#fuzzyObject Also known as: fuzzy?

Returns the value of attribute fuzzy

Returns:

  • (Object)

    the current value of fuzzy



26
27
28
# File 'lib/flay.rb', line 26

def fuzzy
  @fuzzy
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



26
27
28
# File 'lib/flay.rb', line 26

def line
  @line
end