Skip to content

Instantly share code, notes, and snippets.

@jamesbrink
Created March 10, 2011 04:33
Show Gist options
  • Save jamesbrink/863578 to your computer and use it in GitHub Desktop.
Save jamesbrink/863578 to your computer and use it in GitHub Desktop.
@import <CappuccinoResource/CRBase.j>
@implementation UserSession : CappuccinoResource
{
CPString login @accessors;
CPString password @accessors;
}
- (JSObject)attributes
{
return {"user_session":{"login":login, "password":password}};
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment