class HaveAPI::ModelAdapter

Model adapters are used to automate handling of action input/output.

Adapters are chosen based on the ‘model` set on a HaveAPI::Resource. If no `model` is specified, ModelAdapters::Hash is used as a default adapter.

All model adapters are based on this class.