Class: StudFinder::Gate::Finding
- Inherits:
-
Struct
- Object
- Struct
- StudFinder::Gate::Finding
- Defined in:
- lib/stud_finder/gate.rb
Instance Attribute Summary collapse
-
#classification ⇒ Object
Returns the value of attribute classification.
-
#evidence ⇒ Object
Returns the value of attribute evidence.
-
#language ⇒ Object
Returns the value of attribute language.
-
#path ⇒ Object
Returns the value of attribute path.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#classification ⇒ Object
Returns the value of attribute classification
11 12 13 |
# File 'lib/stud_finder/gate.rb', line 11 def classification @classification end |
#evidence ⇒ Object
Returns the value of attribute evidence
11 12 13 |
# File 'lib/stud_finder/gate.rb', line 11 def evidence @evidence end |
#language ⇒ Object
Returns the value of attribute language
11 12 13 |
# File 'lib/stud_finder/gate.rb', line 11 def language @language end |
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'lib/stud_finder/gate.rb', line 11 def path @path end |
#reason ⇒ Object
Returns the value of attribute reason
11 12 13 |
# File 'lib/stud_finder/gate.rb', line 11 def reason @reason end |
#score ⇒ Object
Returns the value of attribute score
11 12 13 |
# File 'lib/stud_finder/gate.rb', line 11 def score @score end |