estately / rets

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

Refactor metadata objects #141

Closed hfaulds closed 9 years ago

hfaulds commented 9 years ago

I kept the commits nice and reviewable.

Basically I wanted to add an option to make resolve case insensitive and thought that spliting these files up made it easier to work with.

hfaulds commented 9 years ago

This is definitely broken, going close and try to split into some smaller digestible chunks.

hfaulds commented 9 years ago

https://github.com/estately/rets/pull/145 is this reincarnated. Left out splitting MultiLookupTable out of LookupTable but it's the same idea of removing logic from constructors.