dsl_factory icon indicating copy to clipboard operation
dsl_factory copied to clipboard

Allow access to values on the instance

Open motine opened this issue 3 years ago • 0 comments

Allow access to values on the instance not only the class.

# this works already
LakeSuperior.lake_name
# and this would be nice:
LakeSuperior.new.lake_name

Implementation: maybe use the extended hook

motine avatar Mar 01 '22 15:03 motine