Method: Rumx::Attribute#get_value

Defined in:
lib/rumx/attribute.rb

#get_value(bean) ⇒ Object



15
16
17
# File 'lib/rumx/attribute.rb', line 15

def get_value(bean)
  @allow_read ? bean.send(@name) : nil
end