Method: WebPay::AccountResponse#initialize

Defined in:
lib/webpay/data_types.rb

#initialize(hash = {}) ⇒ AccountResponse

Returns a new instance of AccountResponse.



2352
2353
2354
2355
# File 'lib/webpay/data_types.rb', line 2352

def initialize(hash = {})
  hash = normalize_hash(hash)
  @attributes = hash
end