Method: OpenapiClient::TransactionType.build_from_hash
- Defined in:
- lib/openapi_client/models/transaction_type.rb
.build_from_hash(value) ⇒ String
Builds the enum from string
30 31 32 |
# File 'lib/openapi_client/models/transaction_type.rb', line 30 def self.build_from_hash(value) new.build_from_hash(value) end |