Module: FinchAPI::Models::Payroll::PayGroupRetrieveResponse::PayFrequency

Extended by:
Internal::Type::Enum
Defined in:
lib/finch_api/models/payroll/pay_group_retrieve_response.rb,
sig/finch_api/models/payroll/pay_group_retrieve_response.rbs

Constant Summary collapse

ANNUALLY =

Returns:

  • (:annually)
:annually
BI_WEEKLY =

Returns:

  • (:bi_weekly)
:bi_weekly
DAILY =

Returns:

  • (:daily)
:daily
MONTHLY =

Returns:

  • (:monthly)
:monthly
OTHER =

Returns:

  • (:other)
:other
QUARTERLY =

Returns:

  • (:quarterly)
:quarterly
SEMI_ANNUALLY =

Returns:

  • (:semi_annually)
:semi_annually
SEMI_MONTHLY =

Returns:

  • (:semi_monthly)
:semi_monthly
WEEKLY =

Returns:

  • (:weekly)
:weekly

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/finch_api/models/payroll/pay_group_retrieve_response.rb', line 54

Instance Method Details

#initialize(id:, individual_ids:, name:, pay_frequencies:) ⇒ Object

Parameters:



41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# File 'lib/finch_api/models/payroll/pay_group_retrieve_response.rb', line 41

module PayFrequency
  extend FinchAPI::Internal::Type::Enum

  ANNUALLY = :annually
  BI_WEEKLY = :bi_weekly
  DAILY = :daily
  MONTHLY = :monthly
  OTHER = :other
  QUARTERLY = :quarterly
  SEMI_ANNUALLY = :semi_annually
  SEMI_MONTHLY = :semi_monthly
  WEEKLY = :weekly

  # @!method self.values
  #   @return [Array<Symbol>]
end

#self?.values::Array[FinchAPI::Models::Payroll::PayGroupRetrieveResponse::pay_frequency]

Returns:

  • (::Array[FinchAPI::Models::Payroll::PayGroupRetrieveResponse::pay_frequency])


59
# File 'sig/finch_api/models/payroll/pay_group_retrieve_response.rbs', line 59

def self?.values: -> ::Array[FinchAPI::Models::Payroll::PayGroupRetrieveResponse::pay_frequency]