Skip to content

Instantly share code, notes, and snippets.

@filemon
Created April 4, 2013 12:05
Show Gist options
  • Save filemon/5309833 to your computer and use it in GitHub Desktop.
Save filemon/5309833 to your computer and use it in GitHub Desktop.
# OUTPUT
service.response do |response|
response.array :analysisDefinitions do |analysis_definition|
analysis_definition.string :code
analysis_definition.string :name
analysis_definition.string :description
end
response.object :links do |links|
links.string :next
links.string :prev
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment