Class: Insika::Parity::Verdict::Report
- Inherits:
-
Data
- Object
- Data
- Insika::Parity::Verdict::Report
- Defined in:
- lib/insika/parity/verdict.rb
Instance Attribute Summary collapse
-
#checks ⇒ Object
readonly
Returns the value of attribute checks.
-
#counts ⇒ Object
readonly
Returns the value of attribute counts.
-
#criterion_sha ⇒ Object
readonly
Returns the value of attribute criterion_sha.
-
#daily ⇒ Object
readonly
Returns the value of attribute daily.
-
#incomplete_rate ⇒ Object
readonly
Returns the value of attribute incomplete_rate.
-
#per_agent ⇒ Object
readonly
Returns the value of attribute per_agent.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#undecided_rate ⇒ Object
readonly
Returns the value of attribute undecided_rate.
-
#verdict ⇒ Object
readonly
Returns the value of attribute verdict.
-
#win_or_tie ⇒ Object
readonly
Returns the value of attribute win_or_tie.
-
#win_or_tie_lower ⇒ Object
readonly
Returns the value of attribute win_or_tie_lower.
-
#window ⇒ Object
readonly
Returns the value of attribute window.
-
#worse_rate ⇒ Object
readonly
Returns the value of attribute worse_rate.
Instance Attribute Details
#checks ⇒ Object (readonly)
Returns the value of attribute checks
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def checks @checks end |
#counts ⇒ Object (readonly)
Returns the value of attribute counts
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def counts @counts end |
#criterion_sha ⇒ Object (readonly)
Returns the value of attribute criterion_sha
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def criterion_sha @criterion_sha end |
#daily ⇒ Object (readonly)
Returns the value of attribute daily
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def daily @daily end |
#incomplete_rate ⇒ Object (readonly)
Returns the value of attribute incomplete_rate
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def incomplete_rate @incomplete_rate end |
#per_agent ⇒ Object (readonly)
Returns the value of attribute per_agent
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def per_agent @per_agent end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def reason @reason end |
#undecided_rate ⇒ Object (readonly)
Returns the value of attribute undecided_rate
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def undecided_rate @undecided_rate end |
#verdict ⇒ Object (readonly)
Returns the value of attribute verdict
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def verdict @verdict end |
#win_or_tie ⇒ Object (readonly)
Returns the value of attribute win_or_tie
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def win_or_tie @win_or_tie end |
#win_or_tie_lower ⇒ Object (readonly)
Returns the value of attribute win_or_tie_lower
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def win_or_tie_lower @win_or_tie_lower end |
#window ⇒ Object (readonly)
Returns the value of attribute window
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def window @window end |
#worse_rate ⇒ Object (readonly)
Returns the value of attribute worse_rate
23 24 25 |
# File 'lib/insika/parity/verdict.rb', line 23 def worse_rate @worse_rate end |