Class: MergeHRISClient::RunTypeEnum
- Inherits:
-
Object
- Object
- MergeHRISClient::RunTypeEnum
- Defined in:
- lib/merge_hris_client/models/run_type_enum.rb
Constant Summary collapse
- REGULAR =
"REGULAR".freeze
- OFF_CYCLE =
"OFF_CYCLE".freeze
- CORRECTION =
"CORRECTION".freeze
- TERMINATION =
"TERMINATION".freeze
- SIGN_ON_BONUS =
"SIGN_ON_BONUS".freeze
Class Method Summary collapse
-
.build_from_hash(value) ⇒ String
Builds the enum from string.
Instance Method Summary collapse
-
#build_from_hash(value) ⇒ String
Builds the enum from string.
Class Method Details
.build_from_hash(value) ⇒ String
Builds the enum from string
27 28 29 |
# File 'lib/merge_hris_client/models/run_type_enum.rb', line 27 def self.build_from_hash(value) new.build_from_hash(value) end |
Instance Method Details
#build_from_hash(value) ⇒ String
Builds the enum from string
34 35 36 |
# File 'lib/merge_hris_client/models/run_type_enum.rb', line 34 def build_from_hash(value) value end |