Module: Cryptopay::CoinWithdrawalStatus
- Defined in:
- lib/cryptopay/models/coin_withdrawal_status.rb
Constant Summary collapse
- NEW =
'new'
- PENDING =
'pending'
- ON_HOLD =
'on_hold'
- PROCESSING =
'processing'
- SENT =
'sent'
- COMPLETED =
'completed'
- FAILED =
'failed'
- CANCELLED =
'cancelled'
Class 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
20 21 22 |
# File 'lib/cryptopay/models/coin_withdrawal_status.rb', line 20 def self.build_from_hash(value) value end |