Method: Cryptopay::CoinWithdrawalsConfig#initialize

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

#initialize(attributes = {}) ⇒ CoinWithdrawalsConfig

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



30
31
32
# File 'lib/cryptopay/models/coin_withdrawals_config.rb', line 30

def initialize(attributes = {})
  @attributes = ENCODER.sanitize(attributes)
end