Method: Attributor#_get_attr

Defined in:
lib/attributor/types/model.rb

#_get_attr(k) ⇒ Object

Override the generic way to get a value from an instance (models need to call the method)



191
192
193
# File 'lib/attributor/types/model.rb', line 191

def _get_attr(k)
  __send__(k)
end