Sha256: 0cdf80a32aac1ab4db1fc0831477b16a7a33ee645ba4daa71ffde99ac09adbfb

Contents?: true

Size: 766 Bytes

Versions: 1

Compression:

Stored size: 766 Bytes

Contents

% if mode == 'definition':
Balanced::ApiKey.all
% elif mode == 'request':
require 'balanced'
Balanced.configure('ak-test-2ADpvITfpgBn8uBzEGsQ2bIgWaftUWiul')

card = Balanced::ApiKey.all

% elif mode == 'response':
[#<Balanced::ApiKey:0x007ff2bd9c6398
  @attributes=
   {"created_at"=>"2014-03-06T19:22:18.256643Z",
    "href"=>"/api_keys/AK4Vt1mJyCtjdSiGgqAebarR",
    "id"=>"AK4Vt1mJyCtjdSiGgqAebarR",
    "links"=>{},
    "meta"=>{}},
  @hyperlinks={}>,
 #<Balanced::ApiKey:0x007ff2bd9c60a0
  @attributes=
   {"created_at"=>"2014-03-06T19:22:11.872886Z",
    "href"=>"/api_keys/AK4OhVZUPzjD3YSCWBjU1dHO",
    "id"=>"AK4OhVZUPzjD3YSCWBjU1dHO",
    "links"=>{},
    "meta"=>{},
    "secret"=>"ak-test-2ADpvITfpgBn8uBzEGsQ2bIgWaftUWiul"},
  @hyperlinks={}>]

% endif

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
balanced-1.0 scenarios/api_key_list/ruby.mako