Class: StudFinder::Gate::Finding

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

Instance Attribute Summary collapse

Instance Attribute Details

#classificationObject

Returns the value of attribute classification

Returns:

  • (Object)

    the current value of classification



11
12
13
# File 'lib/stud_finder/gate.rb', line 11

def classification
  @classification
end

#evidenceObject

Returns the value of attribute evidence

Returns:

  • (Object)

    the current value of evidence



11
12
13
# File 'lib/stud_finder/gate.rb', line 11

def evidence
  @evidence
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



11
12
13
# File 'lib/stud_finder/gate.rb', line 11

def language
  @language
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



11
12
13
# File 'lib/stud_finder/gate.rb', line 11

def path
  @path
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



11
12
13
# File 'lib/stud_finder/gate.rb', line 11

def reason
  @reason
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



11
12
13
# File 'lib/stud_finder/gate.rb', line 11

def score
  @score
end