Class: MergeHRISClient::PolicyTypeEnum
- Inherits:
-
Object
- Object
- MergeHRISClient::PolicyTypeEnum
- Defined in:
- lib/merge_hris_client/models/policy_type_enum.rb
Constant Summary collapse
- VACATION =
"VACATION".freeze
- SICK =
"SICK".freeze
- PERSONAL =
"PERSONAL".freeze
- JURY_DUTY =
"JURY_DUTY".freeze
- VOLUNTEER =
"VOLUNTEER".freeze
- BEREAVEMENT =
"BEREAVEMENT".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
28 29 30 |
# File 'lib/merge_hris_client/models/policy_type_enum.rb', line 28 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
35 36 37 |
# File 'lib/merge_hris_client/models/policy_type_enum.rb', line 35 def build_from_hash(value) value end |