Joined October 2012
·

Will Brady

Software Engineer at Taxi Magic
·
Arlington, VA
·
·
·

You can also specify attributes by prefixing the hash key with "@".

client.call(:example, message: {
  someStuff: 123,
  someAuthStuff: {
    "username" => "abc",
    "password" => "test123",
    "@xsi:type" => "n2:SpecialLogin",
    "@xmlns:n2" => "http://magiccompany.com/specialstuff"
  }
 }
})
Achievements
69 Karma
0 Total ProTip Views