when you do
self.class.send(:attr_reader
you apply attr_reader to all objects of that class, but you need that attributes only in one object some useful docs are here https://ruby-doc.org/ (look for Core API and there for Class, Module, Object, Basic_Object articles)
Thanks for your kind feedback :)
Thank you :-)
My pleasure! All hhe best
This comment is hidden because it contains spoiler information about the solution
Thx fbraza.
Loading collection data...
when you do
you apply attr_reader to all objects of that class, but you need that attributes only in one object
some useful docs are here https://ruby-doc.org/ (look for Core API and there for Class, Module, Object, Basic_Object articles)
Thanks for your kind feedback :)
Thank you :-)
My pleasure! All hhe best
This comment is hidden because it contains spoiler information about the solution
Thx fbraza.