Class: Insika::Parity::Verdict::Report

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/parity/verdict.rb

Instance Attribute Summary collapse

Instance Attribute Details

#checksObject (readonly)

Returns the value of attribute checks

Returns:

  • (Object)

    the current value of checks



23
24
25
# File 'lib/insika/parity/verdict.rb', line 23

def checks
  @checks
end

#countsObject (readonly)

Returns the value of attribute counts

Returns:

  • (Object)

    the current value of counts



23
24
25
# File 'lib/insika/parity/verdict.rb', line 23

def counts
  @counts
end

#criterion_shaObject (readonly)

Returns the value of attribute criterion_sha

Returns:

  • (Object)

    the current value of criterion_sha



23
24
25
# File 'lib/insika/parity/verdict.rb', line 23

def criterion_sha
  @criterion_sha
end

#dailyObject (readonly)

Returns the value of attribute daily

Returns:

  • (Object)

    the current value of daily



23
24
25
# File 'lib/insika/parity/verdict.rb', line 23

def daily
  @daily
end

#incomplete_rateObject (readonly)

Returns the value of attribute incomplete_rate

Returns:

  • (Object)

    the current value of incomplete_rate



23
24
25
# File 'lib/insika/parity/verdict.rb', line 23

def incomplete_rate
  @incomplete_rate
end

#per_agentObject (readonly)

Returns the value of attribute per_agent

Returns:

  • (Object)

    the current value of per_agent



23
24
25
# File 'lib/insika/parity/verdict.rb', line 23

def per_agent
  @per_agent
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



23
24
25
# File 'lib/insika/parity/verdict.rb', line 23

def reason
  @reason
end

#undecided_rateObject (readonly)

Returns the value of attribute undecided_rate

Returns:

  • (Object)

    the current value of undecided_rate



23
24
25
# File 'lib/insika/parity/verdict.rb', line 23

def undecided_rate
  @undecided_rate
end

#verdictObject (readonly)

Returns the value of attribute verdict

Returns:

  • (Object)

    the current value of verdict



23
24
25
# File 'lib/insika/parity/verdict.rb', line 23

def verdict
  @verdict
end

#win_or_tieObject (readonly)

Returns the value of attribute win_or_tie

Returns:

  • (Object)

    the current value of 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_lowerObject (readonly)

Returns the value of attribute win_or_tie_lower

Returns:

  • (Object)

    the current value of 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

#windowObject (readonly)

Returns the value of attribute window

Returns:

  • (Object)

    the current value of window



23
24
25
# File 'lib/insika/parity/verdict.rb', line 23

def window
  @window
end

#worse_rateObject (readonly)

Returns the value of attribute worse_rate

Returns:

  • (Object)

    the current value of worse_rate



23
24
25
# File 'lib/insika/parity/verdict.rb', line 23

def worse_rate
  @worse_rate
end