Manage different access to dynamic attributes in ruby

s.set_attribute ‘dynamic_attributes’, ‘_attribut_access’, ‘NONE’
s.set_attribute ‘dynamic_attributes’, ‘_attribut_access’ ,‘VIEW’
s.set_attribute ‘dynamic_attributes’, ‘_attribut_access’, ‘LIST’

if you use an attribute inspector like one by Aerilius, you can observe any value if you create the object

2 Likes