Class: Google::Apis::JobsV2::ExtendedCompensationInfoCompensationRange
- Inherits:
-
Object
- Object
- Google::Apis::JobsV2::ExtendedCompensationInfoCompensationRange
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/jobs_v2/classes.rb,
generated/google/apis/jobs_v2/representations.rb,
generated/google/apis/jobs_v2/representations.rb
Overview
Deprecated. See CompensationInfo. Compensation range.
Instance Attribute Summary collapse
-
#max ⇒ Google::Apis::JobsV2::ExtendedCompensationInfoDecimal
Deprecated.
-
#min ⇒ Google::Apis::JobsV2::ExtendedCompensationInfoDecimal
Deprecated.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExtendedCompensationInfoCompensationRange
constructor
A new instance of ExtendedCompensationInfoCompensationRange.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ExtendedCompensationInfoCompensationRange
Returns a new instance of ExtendedCompensationInfoCompensationRange
1285 1286 1287 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 1285 def initialize(**args) update!(**args) end |
Instance Attribute Details
#max ⇒ Google::Apis::JobsV2::ExtendedCompensationInfoDecimal
Deprecated. See CompensationInfo.
Decimal number.
Corresponds to the JSON property max
1277 1278 1279 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 1277 def max @max end |
#min ⇒ Google::Apis::JobsV2::ExtendedCompensationInfoDecimal
Deprecated. See CompensationInfo.
Decimal number.
Corresponds to the JSON property min
1283 1284 1285 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 1283 def min @min end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1290 1291 1292 1293 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 1290 def update!(**args) @max = args[:max] if args.key?(:max) @min = args[:min] if args.key?(:min) end |