jonathanraftery / bullhorn-rest-client

Simple client for the Bullhorn REST API
MIT License
11 stars 14 forks source link

Protected Client Properties #8

Closed drmmr763 closed 5 years ago

drmmr763 commented 5 years ago

Hi @jonathanraftery

This PR makes the properties class protected instead of private.

Reasoning:

Let me know if you think this logic / approach makes sense.

jonathanraftery commented 5 years ago

Makes sense. No reason to prevent derivation by keeping these members private.

Merged. Thanks!