Sha256: 236a58d5566c69eb7338e3b2064c1c1f6af5ce91340a96b8741e9f601640a399
Contents?: true
Size: 376 Bytes
Versions: 2
Compression:
Stored size: 376 Bytes
Contents
module Paymill class Base include Paymill::Operations::All include Paymill::Operations::Create include Paymill::Operations::Find def initialize(attributes = {}) set_attributes(attributes) end def set_attributes(attributes) attributes.each_pair do |key, value| instance_variable_set("@#{key}", value) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
paymill-0.2.1 | lib/paymill/base.rb |
paymill-0.2.0 | lib/paymill/base.rb |