Skip to content

Instantly share code, notes, and snippets.

@rodericj
Created February 19, 2014 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodericj/9087882 to your computer and use it in GitHub Desktop.
Save rodericj/9087882 to your computer and use it in GitHub Desktop.
(lldb) po self.event.venue
<JotoVenue: 0xcd7f5c0> (entity: Venue; id: 0xceb7100 <x-coredata://8989600D-16D9-4504-BC35-CB682F478C9A/Venue/p6> ; data: {
address = "";
city = Tampa;
event = "0xceb0370 <x-coredata://8989600D-16D9-4504-BC35-CB682F478C9A/Event/p12>";
id = 189;
lat = 0;
lng = 0;
name = "St. Petersburg College Music Center";
"resource_uri" = "/api/v1/venue/189/";
state = FL;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment