Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created October 6, 2012 17:29
Show Gist options
  • Save coderforhire/3845535 to your computer and use it in GitHub Desktop.
Save coderforhire/3845535 to your computer and use it in GitHub Desktop.
ruby-1.9.3-rc1 :222 > @data_bag.attrs{"items"}
=> {"name"=>"remote-pg-ip", "items"=>[#<Spice::DataBagItem:0x000000061e6468 @attrs={"client_ip"=>"71.85.232.80", "id"=>"dpq7yoky2sw4tg"}>]}
ruby-1.9.3-rc1 :223 > @data_bag.attrs
=> {"name"=>"remote-pg-ip", "items"=>[#<Spice::DataBagItem:0x000000061e6468 @attrs={"client_ip"=>"71.85.232.80", "id"=>"dpq7yoky2sw4tg"}>]}
ruby-1.9.3-rc1 :224 > @data_bag.attrs.class
=> Hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment