lib/shipstation/api_operations/delete.rb in shipstation-0.14.5 vs lib/shipstation/api_operations/delete.rb in shipstation-0.15.5
- old
+ new
@@ -1,11 +1,11 @@
module Shipstation
- module APIOperations
- module Delete
-
- def delete object_id, params={}
- Shipstation.request(:delete, "#{class_name.downcase.pluralize}/#{object_id}", params)
- end
-
- end
- end
+ module APIOperations
+ module Delete
+
+ def delete object_id, params = {}
+ Shipstation.request(:delete, "#{class_name.downcase.pluralize}/#{object_id}", params)
+ end
+
+ end
+ end
end
\ No newline at end of file