Skip to content

Instantly share code, notes, and snippets.

@tobias
Created October 6, 2010 18:36
Show Gist options
  • Save tobias/613852 to your computer and use it in GitHub Desktop.
Save tobias/613852 to your computer and use it in GitHub Desktop.
irb> client.keys.collect {|x| [x.id, x.actions_urls]}
[
[0] [
[0] "jimkey",
[1] {
"destroy" => "http://localhost:8080/deltacloud/api/keys/default"
}
],
[1] [
[0] "default",
[1] {
"destroy" => "http://localhost:8080/deltacloud/api/keys/default"
}
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment