Sha256: c043bef9292dd439746076d2d5ad6566bf92ad2982d155a7f49c45c02fe608f0
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
% if mode == 'definition': Balanced::Order.all % elif mode == 'request': require 'balanced' Balanced.configure('ak-test-1kvvievk0Qqw5wQPsrlM9g7wQwNe62cyc') orders = Balanced::Order.all % elif mode == 'response': [#<Balanced::Order:0x007fdc9c1a8ff8 @attributes= {"amount"=>0, "amount_escrowed"=>0, "created_at"=>"2014-01-27T22:58:01.115720Z", "currency"=>"USD", "delivery_address"=> {"city"=>nil, "country_code"=>nil, "line1"=>nil, "line2"=>nil, "postal_code"=>nil, "state"=>nil}, "description"=>"Order #12341234", "href"=>"/orders/OR3FOihZa7lMHdAP5p8BJZVY", "id"=>"OR3FOihZa7lMHdAP5p8BJZVY", "links"=>{"merchant"=>"CU3eeasZ9yQ86uzzIYZkrPGg"}, "meta"=>{}, "updated_at"=>"2014-01-27T22:58:01.115723Z"}, @hyperlinks= {"buyers"=> #<Proc:0x007fdc9c1a2b30/lib/balanced/utils.rb:6 (lambda)>, "credits"=> #<Proc:0x007fdc9c198b30/lib/balanced/utils.rb:6 (lambda)>, "debits"=> #<Proc:0x007fdc9c19a0c0/lib/balanced/utils.rb:6 (lambda)>, "merchant"=> #<Proc:0x007fdc9c198108/lib/balanced/resources/resource.rb:60 (lambda)>, "refunds"=> #<Proc:0x007fdc9c1916a0/lib/balanced/utils.rb:6 (lambda)>, "reversals"=> #<Proc:0x007fdc9c18b958/lib/balanced/utils.rb:6 (lambda)>}>] % endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
balanced-1.0.beta1 | scenarios/order_list/ruby.mako |