Class: MergeHRISClient::AccountDetailsAndActionsStatusEnum
- Inherits:
-
Object
- Object
- MergeHRISClient::AccountDetailsAndActionsStatusEnum
- Defined in:
- lib/merge_hris_client/models/account_details_and_actions_status_enum.rb
Constant Summary collapse
- COMPLETE =
"COMPLETE".freeze
- INCOMPLETE =
"INCOMPLETE".freeze
- RELINK_NEEDED =
"RELINK_NEEDED".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
25 26 27 |
# File 'lib/merge_hris_client/models/account_details_and_actions_status_enum.rb', line 25 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
32 33 34 |
# File 'lib/merge_hris_client/models/account_details_and_actions_status_enum.rb', line 32 def build_from_hash(value) value end |