15 16 17
# File 'lib/rumx/attribute.rb', line 15 def get_value(bean) @allow_read ? bean.send(@name) : nil end