Class: Google::Apis::JobsV2::ExtendedCompensationInfoCompensationRange

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ExtendedCompensationInfoCompensationRange

Returns a new instance of ExtendedCompensationInfoCompensationRange.



1244
1245
1246
# File 'generated/google/apis/jobs_v2/classes.rb', line 1244

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#maxGoogle::Apis::JobsV2::ExtendedCompensationInfoDecimal

Deprecated. See CompensationInfo. Decimal number. Corresponds to the JSON property max



1236
1237
1238
# File 'generated/google/apis/jobs_v2/classes.rb', line 1236

def max
  @max
end

#minGoogle::Apis::JobsV2::ExtendedCompensationInfoDecimal

Deprecated. See CompensationInfo. Decimal number. Corresponds to the JSON property min



1242
1243
1244
# File 'generated/google/apis/jobs_v2/classes.rb', line 1242

def min
  @min
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1249
1250
1251
1252
# File 'generated/google/apis/jobs_v2/classes.rb', line 1249

def update!(**args)
  @max = args[:max] if args.key?(:max)
  @min = args[:min] if args.key?(:min)
end