Class: VgsApiClient::AliasFormat
- Inherits:
-
Object
- Object
- VgsApiClient::AliasFormat
- Defined in:
- lib/openapi_client/models/alias_format.rb
Constant Summary collapse
- FPE_ACC_NUM_T_FOUR =
"FPE_ACC_NUM_T_FOUR".freeze
- FPE_ALPHANUMERIC_ACC_NUM_T_FOUR =
"FPE_ALPHANUMERIC_ACC_NUM_T_FOUR".freeze
- FPE_SIX_T_FOUR =
"FPE_SIX_T_FOUR".freeze
- FPE_SSN_T_FOUR =
"FPE_SSN_T_FOUR".freeze
- FPE_T_FOUR =
"FPE_T_FOUR".freeze
- GENERIC_T_FOUR =
"GENERIC_T_FOUR".freeze
- NON_LUHN_FPE_ALPHANUMERIC =
"NON_LUHN_FPE_ALPHANUMERIC".freeze
- NUM_LENGTH_PRESERVING =
"NUM_LENGTH_PRESERVING".freeze
- PFPT =
"PFPT".freeze
- RAW_UUID =
"RAW_UUID".freeze
- UUID =
"UUID".freeze
- VGS_FIXED_LEN_GENERIC =
"VGS_FIXED_LEN_GENERIC".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
34 35 36 |
# File 'lib/openapi_client/models/alias_format.rb', line 34 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
41 42 43 44 45 |
# File 'lib/openapi_client/models/alias_format.rb', line 41 def build_from_hash(value) constantValues = AliasFormat.constants.select { |c| AliasFormat::const_get(c) == value } raise "Invalid ENUM value #{value} for class #AliasFormat" if constantValues.empty? value end |