estately / rets

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

Extract default resolver #149

Closed hfaulds closed 9 years ago

hfaulds commented 9 years ago

We have a ...unique... mls which has a Table which contains values that correspond to a different LookupTable so we want to resolve/decorate (expand short values into long) values in a custom way.

As much as possbile I'd like this gem to keep to the rets spec but be extensible to cover corner cases using external code.

hfaulds commented 9 years ago

We had a misunderstanding

tcrayford commented 9 years ago

This is the wrong approach