Created
March 15, 2011 21:55
-
-
Save dwaynemac/871573 to your computer and use it in GitHub Desktop.
opcion 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
:codigo_unico => “AR BEL 1 2010 123 - 4”, | |
:first_name => “Dwayne”, | |
:last_name => “Macgowan”, | |
:global_status => “student”, | |
:school_id => 1, | |
:local_status => “former-student”, | |
:contact_info => [ | |
{:type => “email”, :value => “[email protected]”, :lable => “home”}, | |
{:type => “email”, :value => “dwayne.macgowan@mdr”, :lable => “work”}, | |
{:type => “phone”, :value => “1540995071”, :lable => “mobile”}, | |
{:type => “address”, :value => “arribeños”, :lable => “home”} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
:codigo_unico => “AR BEL 1 2010 123 - 4”, | |
:first_name => “Dwayne”, | |
:last_name => “Macgowan”, | |
:global_status => “student”, | |
:school_relationships => [ | |
{ | |
:school_id => 1, | |
:status => “former-student”, | |
:contact_info => [ | |
{:type => “email”, :value => “[email protected]”, :lable => “home”}, | |
{:type => “email”, :value => “dwayne.macgowan@mdr”, :lable => “work”}, | |
{:type => “phone”, :value => “1540995071”, :lable => “mobile”}, | |
{:type => “address”, :value => “arribeños”, :lable => “home”} | |
] | |
}, | |
{ | |
:school_id => 67, | |
:status => “student”, | |
:contact_info => [ | |
{:type => “email”, :value => “[email protected]”, :lable => “home”}, | |
{:type => “phone”, :value => “1540995071”, :lable => “mobile”} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment