Class: Google::Cloud::Talent::V4beta1::Rating

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb

Overview

The details of the score received for an assessment or interview.

Instance Attribute Summary collapse

Instance Attribute Details

#intervalFloat

Returns The steps within the score (for example, interval = 1 max = 5 min = 1 indicates that the score can be 1, 2, 3, 4, or 5).

Returns:

  • (Float)

    The steps within the score (for example, interval = 1 max = 5 min = 1 indicates that the score can be 1, 2, 3, 4, or 5)



532
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 532

class Rating; end

#maxFloat

Returns The maximum value for the score.

Returns:

  • (Float)

    The maximum value for the score.



532
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 532

class Rating; end

#minFloat

Returns The minimum value for the score.

Returns:

  • (Float)

    The minimum value for the score.



532
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 532

class Rating; end

#overallFloat

Returns Overall score.

Returns:

  • (Float)

    Overall score.



532
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 532

class Rating; end