src code

instance method ActiveRecord.Model#get

ActiveRecord.Model#get(key) → mixed

Get a given key on the object. If your field name is a reserved word, or the name of a method (save, updateAttribute, etc) you must use the get() method to access the property. For convenience non reserved words (title, user_id, etc) can be accessed directly (instance.key_name)