Module: Cryptopay::RiskLevel

Defined in:
lib/cryptopay/models/risk_level.rb

Constant Summary collapse

LOW =
'low'
MEDIUM =
'medium'
HIGH =
'high'

Class Method Summary collapse

Class Method Details

.build_from_hash(value) ⇒ String

Builds the enum from string

Parameters:

  • The (String)

    enum value in the form of the string

Returns:

  • (String)

    The enum value



15
16
17
# File 'lib/cryptopay/models/risk_level.rb', line 15

def self.build_from_hash(value)
  value
end