smartystreets / smartystreets-ruby-sdk

The official client libraries for accessing SmartyStreets APIs from Ruby
https://smartystreets.com/docs/sdk/ruby
Apache License 2.0
23 stars 25 forks source link

namespace address class #22

Closed SampsonCrowley closed 5 years ago

SampsonCrowley commented 5 years ago

Using a plain Address class as is, is dangerous. i would be willing to bet 90% of people who use this library call their local class that stores addresses Address, or at least would prefer to.

This just makes sure there are no calls to a top level Address from this library

MouaYing commented 5 years ago

Thank you for your input! You have a really good point, and this seems like a good change.