wingrunr21 / mindbody-api

A Ruby interface to the MindBody API v0.5
http://wingrunr21.github.com/mindbody-api
MIT License
29 stars 46 forks source link

Extract Savon options into separate key #34

Closed ineu closed 6 years ago

ineu commented 8 years ago

This allows to pass any global option to Savon. Options are extracted to a separate key to avoid polluting top-level configuration. Existing options (log_level, open_timeout, read_timeout) are kept in place for compatibility.