congaengr / soapforce

Salesforce SOAP API wrapper based on Savon
MIT License
26 stars 25 forks source link

Fix QueryResult#done? #16

Closed haagiii closed 7 years ago

haagiii commented 8 years ago

I added nil check and returned the value itsself.

The method always returned "true" regardless of @raw_result[key_name("done")].

jheth commented 7 years ago

Thanks @haagiii sorry for the delay.