Skip to content

Instantly share code, notes, and snippets.

@QuincyLarson
Created September 21, 2014 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuincyLarson/e80372aca9a6da4a10be to your computer and use it in GitHub Desktop.
Save QuincyLarson/e80372aca9a6da4a10be to your computer and use it in GitHub Desktop.
def parse_instance(params)
instance = params.delete('instance')
puts '=========='
puts instance
puts '=========='
wixInstance = Hive::Client.parse_instance_data(instance, '371f1483-6a37-402c-a004-91d3d8416923')
return wixInstance.instanceId
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment