Class: Recall::Results::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#code_snippetObject

Returns the value of attribute code_snippet

Returns:

  • (Object)

    the current value of code_snippet



44
45
46
# File 'lib/recall/results.rb', line 44

def code_snippet
  @code_snippet
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



44
45
46
# File 'lib/recall/results.rb', line 44

def file_path
  @file_path
end

#full_codeObject

Returns the value of attribute full_code

Returns:

  • (Object)

    the current value of full_code



44
45
46
# File 'lib/recall/results.rb', line 44

def full_code
  @full_code
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



44
45
46
# File 'lib/recall/results.rb', line 44

def line_number
  @line_number
end