Method: Cryptopay::CustomerUpdateParams#initialize

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

#initialize(attributes = {}) ⇒ CustomerUpdateParams

Initializes the object

Parameters:

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

    Model attributes in the form of hash



32
33
34
# File 'lib/cryptopay/models/customer_update_params.rb', line 32

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