Method: Paymill::Base#initialize
- Defined in:
- lib/paymill/base.rb
#initialize(attributes = {}) ⇒ Base
Initializes the object using the given attributes
12 13 14 15 |
# File 'lib/paymill/base.rb', line 12 def initialize(attributes = {}) set_attributes(attributes) end |