Add to_liquid
for Lutaml::Model::Serializable to allow conversion to Liquid::Drop objects
#180
Labels
enhancement
New feature or request
Liquid::Drop objects can be dynamically created for Lutaml::Model::Serializable objects.
We just need to create a
{KlassName}Drop
class that inherits fromLiquid::Drop
, and create methods for every attribute.For each attribute, return the corresponding
Drop
class:to_liquid
This will address things like:
The text was updated successfully, but these errors were encountered: