Class: Plaid::RiskSignalFileType
- Inherits:
-
Object
- Object
- Plaid::RiskSignalFileType
- Defined in:
- lib/plaid/models/risk_signal_file_type.rb
Constant Summary collapse
- UNKNOWN =
"UNKNOWN".freeze
- IMAGE_PDF =
"IMAGE_PDF".freeze
- SCAN_OCR =
"SCAN_OCR".freeze
- TRUE_PDF =
"TRUE_PDF".freeze
- IMAGE =
"IMAGE".freeze
- MIXED_PAGE_PDF =
"MIXED_PAGE_PDF".freeze
- EMPTY_PDF =
"EMPTY_PDF".freeze
- FLATTENED_PDF =
"FLATTENED_PDF".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
30 31 32 |
# File 'lib/plaid/models/risk_signal_file_type.rb', line 30 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
37 38 39 40 41 42 |
# File 'lib/plaid/models/risk_signal_file_type.rb', line 37 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 |