estately / rets

A pure-ruby library for fetching data from RETS servers
https://github.com/estately/rets
127 stars 94 forks source link

Fixed building Resource metadata when Object metadata wasn't loaded #196

Closed valeronm closed 8 years ago

valeronm commented 8 years ago

Some RETS servers doesn't support OBJECT metadata and we can skip it by providing custom list of types to Rets::Client#metadata. Resource building still should work when we skipped loading of OBJECT metadata. And it was working before https://github.com/estately/rets/pull/168

dougcole commented 8 years ago

Ack, you're right. Thanks for catching this and fixing it!