ActiveRecord let's you define which attributes are part of #inspect by defining attributes_for_inspect on the model (Reference). ActiveType::Object does not currently support that - I would suggest to add this behavior as it has a low cost and clear (but also small) benefit.
WDYT? I can help out with the implementation if you want me to.
ActiveRecordlet's you define which attributes are part of#inspectby definingattributes_for_inspecton the model (Reference).ActiveType::Objectdoes not currently support that - I would suggest to add this behavior as it has a low cost and clear (but also small) benefit.WDYT? I can help out with the implementation if you want me to.