Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::Rating (v0.4.6)

Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::Rating.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#interval

def interval() -> ::Float
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)

#interval=

def interval=(value) -> ::Float
Parameter
  • value (::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)
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)

#max

def max() -> ::Float
Returns
  • (::Float) — The maximum value for the score.

#max=

def max=(value) -> ::Float
Parameter
  • value (::Float) — The maximum value for the score.
Returns
  • (::Float) — The maximum value for the score.

#min

def min() -> ::Float
Returns
  • (::Float) — The minimum value for the score.

#min=

def min=(value) -> ::Float
Parameter
  • value (::Float) — The minimum value for the score.
Returns
  • (::Float) — The minimum value for the score.

#overall

def overall() -> ::Float
Returns
  • (::Float) — Overall score.

#overall=

def overall=(value) -> ::Float
Parameter
  • value (::Float) — Overall score.
Returns
  • (::Float) — Overall score.