Skip to content

Instantly share code, notes, and snippets.

@agoodman
Created March 1, 2012 21:45
Show Gist options
  • Save agoodman/1953447 to your computer and use it in GitHub Desktop.
Save agoodman/1953447 to your computer and use it in GitHub Desktop.
Nested picker.assignments.member
<picker>
<code>00000001</code>
<created-at type="datetime">2012-02-24T19:57:17Z</created-at>
<dob type="date" nil="true"></dob>
<first-name>andy</first-name>
<id type="integer">12</id>
<last-name>smith</last-name>
<mail-address nil="true"></mail-address>
<mail-city nil="true"></mail-city>
<mail-state nil="true"></mail-state>
<mail-zip-code nil="true"></mail-zip-code>
<notes nil="true"></notes>
<ssn nil="true"></ssn>
<tel-home nil="true"></tel-home>
<tel-mobile nil="true"></tel-mobile>
<tel-other nil="true"></tel-other>
<updated-at type="datetime">2012-02-24T19:57:17Z</updated-at>
<picks type="array">
<pick>
<bucket-count type="float">1.0</bucket-count>
<created-at type="datetime">2012-02-24T20:00:29Z</created-at>
<id type="integer">91</id>
<member-id type="integer">3</member-id>
<notes nil="true"></notes>
<picker-id type="integer">12</picker-id>
<team-id type="integer">1</team-id>
<updated-at type="datetime">2012-03-01T20:54:03Z</updated-at>
</pick>
<pick>
<bucket-count type="float">3.75</bucket-count>
<created-at type="datetime">2012-02-29T23:26:33Z</created-at>
<id type="integer">141</id>
<member-id type="integer">1</member-id>
<notes nil="true"></notes>
<picker-id type="integer">12</picker-id>
<team-id type="integer">1</team-id>
<updated-at type="datetime">2012-03-01T20:54:03Z</updated-at>
</pick>
</picks>
<assignments type="array">
<assignment>
<created-at type="datetime">2012-02-24T19:57:17Z</created-at>
<id type="integer">11</id>
<member-id type="integer">1</member-id>
<picker-id type="integer">12</picker-id>
<team-id type="integer">1</team-id>
<updated-at type="datetime">2012-03-01T20:54:04Z</updated-at>
<member>
<api-token>297eda9cc1</api-token>
<company-name nil="true"></company-name>
<confirmation-token nil="true"></confirmation-token>
<created-at type="timestamp">2012-02-09 16:52:24 UTC</created-at>
<dob type="date" nil="true"></dob>
<email>test@test.com</email>
<encrypted-password>4d1271436ae3eff8ae99c958329bdefc69abe505</encrypted-password>
<first-name>Test</first-name>
<id type="integer">1</id>
<last-name>User</last-name>
<mail-address nil="true"></mail-address>
<mail-city nil="true"></mail-city>
<mail-state nil="true"></mail-state>
<mail-zip-code nil="true"></mail-zip-code>
<remember-token>7e88fc1c7aa070d48ae840a874f44ed539d6ff7a</remember-token>
<salt>db528b87cd817cadc9ecca9e89078bf690fe3971</salt>
<ssn nil="true"></ssn>
<tel-home nil="true"></tel-home>
<tel-mobile nil="true"></tel-mobile>
<tel-other nil="true"></tel-other>
<updated-at type="timestamp">2012-02-29 23:26:33 UTC</updated-at>
</member>
</assignment>
</assignments>
</picker>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment