unwire / handsoap

Handsoap is a library for creating SOAP clients in Ruby
http://github.com/unwire/handsoap
225 stars 58 forks source link

to_big_decimal #24

Closed mynameisrufus closed 13 years ago

mynameisrufus commented 13 years ago

We have been using Handsoap for a number of months, thanks!

Anyway we have been extending it per project so we can call:

(node/'credit').to_big_decimal(2)

I didn't run the full suite because i'm not to good with test unit but I did run:

ruby -Itest tests/xml_query_front_test.rb
ruby -Itest tests/account_test.rb

Both passing.