Sha256: d04d592a2d63e5e8d090a22e8d6f6e5595105e0e657a5247fbc29d5b5bc82778
Contents?: true
Size: 1.64 KB
Versions: 1
Compression:
Stored size: 1.64 KB
Contents
% if mode == 'definition': Balanced::BankAccount.new % elif mode == 'request': require 'balanced' Balanced.configure('ak-test-YoVGJWMjOpkCPo6dWMfuiYbBYIB8q2JX') bank_account = Balanced::BankAccount.new( :account_number => '9900000001', :account_type => 'checking', :name => 'Johann Bernoulli', :routing_number => '121000358' ).save % elif mode == 'response': #<Balanced::BankAccount:0x007fcde19251d8 @attributes= {"account_number"=>"xxxxxx0001", "account_type"=>"checking", "address"=> {"city"=>nil, "country_code"=>nil, "line1"=>nil, "line2"=>nil, "postal_code"=>nil, "state"=>nil}, "bank_name"=>"BANK OF AMERICA, N.A.", "can_credit"=>true, "can_debit"=>false, "created_at"=>"2014-12-17T21:24:33.958576Z", "fingerprint"=> "5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14", "href"=>"/bank_accounts/BA6FZjm2W2mK0DIQibA1sjHv", "id"=>"BA6FZjm2W2mK0DIQibA1sjHv", "links"=>{"bank_account_verification"=>nil, "customer"=>nil}, "meta"=>{}, "name"=>"Johann Bernoulli", "routing_number"=>"121000358", "updated_at"=>"2014-12-17T21:24:33.958578Z"}, @hyperlinks= {"bank_account_verification"=> #<Proc:0x007fcde1924670/lib/balanced/utils.rb:6 (lambda)>, "bank_account_verifications"=> #<Proc:0x007fcde192e710/lib/balanced/utils.rb:6 (lambda)>, "credits"=> #<Proc:0x007fcde192c7a8/lib/balanced/utils.rb:6 (lambda)>, "customer"=> #<Proc:0x007fcde1937d88/lib/balanced/utils.rb:6 (lambda)>, "debits"=> #<Proc:0x007fcde1935e48/lib/balanced/utils.rb:6 (lambda)>, "settlements"=> #<Proc:0x007fcde193fec0/lib/balanced/utils.rb:6 (lambda)>}> % endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
balanced-1.2.1 | scenarios/bank_account_create/ruby.mako |