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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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

#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).

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)



520
521
522
523
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 520

class Rating
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max::Float

Returns The maximum value for the score.

Returns:

  • (::Float)

    The maximum value for the score.



520
521
522
523
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 520

class Rating
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min::Float

Returns The minimum value for the score.

Returns:

  • (::Float)

    The minimum value for the score.



520
521
522
523
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 520

class Rating
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#overall::Float

Returns Overall score.

Returns:

  • (::Float)

    Overall score.



520
521
522
523
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 520

class Rating
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end