Sha256: f424bd3058978683ac74a798ef569fda8a9a6c1c57cf82d5ae18637ec11c26b9
Contents?: true
Size: 867 Bytes
Versions: 1
Compression:
Stored size: 867 Bytes
Contents
% if mode == 'definition': Balanced::BankAccountVerification.fetch % elif mode == 'request': require 'balanced' Balanced.configure('ak-test-YoVGJWMjOpkCPo6dWMfuiYbBYIB8q2JX') verification = Balanced::BankAccountVerification.fetch('/verifications/BZ6tLSIRoUIhzntA96EfMaQl') % elif mode == 'response': #<Balanced::BankAccountVerification:0x007fcde18e4fe8 @attributes= {"attempts"=>0, "attempts_remaining"=>3, "created_at"=>"2014-12-17T21:24:23.094396Z", "deposit_status"=>"pending", "href"=>"/verifications/BZ6tLSIRoUIhzntA96EfMaQl", "id"=>"BZ6tLSIRoUIhzntA96EfMaQl", "links"=>{"bank_account"=>"BA6m4zboF7ocvKbkhjszP5NS"}, "meta"=>{}, "updated_at"=>"2014-12-17T21:24:23.094398Z", "verification_status"=>"pending"}, @hyperlinks= {"bank_account"=> #<Proc:0x007fcde18df020/lib/balanced/resources/resource.rb:56 (lambda)>}> % endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
balanced-1.2.1 | scenarios/bank_account_verification_show/ruby.mako |