Method: Cryptopay::CustomerUpdateParams#initialize
- Defined in:
- lib/cryptopay/models/customer_update_params.rb
#initialize(attributes = {}) ⇒ CustomerUpdateParams
Initializes the object
32 33 34 |
# File 'lib/cryptopay/models/customer_update_params.rb', line 32 def initialize(attributes = {}) @attributes = ENCODER.sanitize(attributes) end |