Module: Cryptopay::CoinWithdrawalCallbackEvent
- Defined in:
- lib/cryptopay/models/coin_withdrawal_callback_event.rb
Constant Summary collapse
- CREATED =
'created'
- STATUS_CHANGED =
'status_changed'
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
14 15 16 |
# File 'lib/cryptopay/models/coin_withdrawal_callback_event.rb', line 14 def self.build_from_hash(value) value end |