Class: SyncteraRubySdk::Status2
- Inherits:
-
Object
- Object
- SyncteraRubySdk::Status2
- Defined in:
- lib/synctera_ruby_sdk/models/status2.rb
Constant Summary collapse
- ACTIVE =
"ACTIVE".freeze
- DECEASED =
"DECEASED".freeze
- DENIED =
"DENIED".freeze
- DORMANT =
"DORMANT".freeze
- ESCHEAT =
"ESCHEAT".freeze
- FROZEN =
"FROZEN".freeze
- INACTIVE =
"INACTIVE".freeze
- PROSPECT =
"PROSPECT".freeze
- SANCTION =
"SANCTION".freeze
Class Method Summary collapse
- .all_vars ⇒ Object
-
.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
.all_vars ⇒ Object
28 29 30 |
# File 'lib/synctera_ruby_sdk/models/status2.rb', line 28 def self.all_vars @all_vars ||= [ACTIVE, DECEASED, DENIED, DORMANT, ESCHEAT, FROZEN, INACTIVE, PROSPECT, SANCTION].freeze end |
.build_from_hash(value) ⇒ String
Builds the enum from string
35 36 37 |
# File 'lib/synctera_ruby_sdk/models/status2.rb', line 35 def self.build_from_hash(value) new.build_from_hash(value) end |