Skip to content

Instantly share code, notes, and snippets.

@yashke
Created January 19, 2012 12:54
Show Gist options
  • Save yashke/1639945 to your computer and use it in GitHub Desktop.
Save yashke/1639945 to your computer and use it in GitHub Desktop.
ServerReponses =
initialData: ->
player:
name: "Yashke"
status: "tired"
points: 100
awarded_prize:
prize:
name: "Cool prize"
price: 10
lives: 3
data = ServerResponses.initialData()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment