Class: Google::Cloud::Talent::V4beta1::Rating
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Rating
- 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
-
#interval ⇒ 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).
-
#max ⇒ Float
The maximum value for the score.
-
#min ⇒ Float
The minimum value for the score.
-
#overall ⇒ Float
Overall score.
Instance Attribute Details
#interval ⇒ Float
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).
532 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 532 class Rating; end |
#max ⇒ Float
Returns 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 |
#min ⇒ Float
Returns 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 |
#overall ⇒ Float
Returns Overall score.
532 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 532 class Rating; end |