CatchRelease / pandadoc-api

Ruby API Wrapper for the PandaDoc API
MIT License
0 stars 5 forks source link

Extract ParamsValidator class #3

Closed dgalarza closed 6 years ago

dgalarza commented 6 years ago

We were previously duplicating the behavior of validating params within both, the template and document classes. This extracts the ParamsValidator to encapsulate this.