lib/transip.rb in transip-0.3.2 vs lib/transip.rb in transip-0.3.3

- old
+ new

@@ -337,10 +337,10 @@ @client ||= client! end # Returns Array with all possible SOAP WSDL actions. def actions - client.wsdl.soap_actions + client.operations end # This makes sure that arrays are properly encoded as soap-arrays by Gyoku def fix_array_definitions(options) result = {} \ No newline at end of file