Class: SixthSense::AnalyzerResult
- Inherits:
-
Struct
- Object
- Struct
- SixthSense::AnalyzerResult
- Defined in:
- lib/sixth_sense/analyzer.rb
Instance Attribute Summary collapse
-
#analyzer_id ⇒ Object
Returns the value of attribute analyzer_id.
-
#axis ⇒ Object
Returns the value of attribute axis.
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#findings ⇒ Object
Returns the value of attribute findings.
-
#measured ⇒ Object
Returns the value of attribute measured.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Method Summary collapse
Instance Attribute Details
#analyzer_id ⇒ Object
Returns the value of attribute analyzer_id
6 7 8 |
# File 'lib/sixth_sense/analyzer.rb', line 6 def analyzer_id @analyzer_id end |
#axis ⇒ Object
Returns the value of attribute axis
6 7 8 |
# File 'lib/sixth_sense/analyzer.rb', line 6 def axis @axis end |
#confidence ⇒ Object
Returns the value of attribute confidence
6 7 8 |
# File 'lib/sixth_sense/analyzer.rb', line 6 def confidence @confidence end |
#findings ⇒ Object
Returns the value of attribute findings
6 7 8 |
# File 'lib/sixth_sense/analyzer.rb', line 6 def findings @findings end |
#measured ⇒ Object
Returns the value of attribute measured
6 7 8 |
# File 'lib/sixth_sense/analyzer.rb', line 6 def measured @measured end |
#score ⇒ Object
Returns the value of attribute score
6 7 8 |
# File 'lib/sixth_sense/analyzer.rb', line 6 def score @score end |
Instance Method Details
#measured? ⇒ Boolean
7 8 9 |
# File 'lib/sixth_sense/analyzer.rb', line 7 def measured? measured != false && !score.nil? end |