Class: Plaid::EntityWatchlistCode
- Inherits:
-
Object
- Object
- Plaid::EntityWatchlistCode
- Defined in:
- lib/plaid/models/entity_watchlist_code.rb
Constant Summary collapse
- CA_CON =
"CA_CON".freeze
- EU_CON =
"EU_CON".freeze
- IZ_SOE =
"IZ_SOE".freeze
- IZ_UNC =
"IZ_UNC".freeze
- US_CAP =
"US_CAP".freeze
- US_FSE =
"US_FSE".freeze
- US_MBS =
"US_MBS".freeze
- US_SDN =
"US_SDN".freeze
- US_SSI =
"US_SSI".freeze
- US_CMC =
"US_CMC".freeze
- US_UVL =
"US_UVL".freeze
- AU_CON =
"AU_CON".freeze
- UK_HMC =
"UK_HMC".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
35 36 37 |
# File 'lib/plaid/models/entity_watchlist_code.rb', line 35 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
42 43 44 45 46 47 |
# File 'lib/plaid/models/entity_watchlist_code.rb', line 42 def build_from_hash(value) # We do not validate that the value is one of the enums set in the OpenAPI # file because we want to be able to add to our list of enums without # breaking this client library. value end |