class SEPA::Account
Attributes
bic[RW]
iban[RW]
name[RW]
Public Class Methods
new(attributes = {})
click to toggle source
# File lib/sepa_king/account.rb, line 13 def initialize(attributes = {}) attributes.each do |name, value| public_send("#{name}=", value) end end