Method: ActiveEntity::AttributeMethods::PrimaryKey#id
- Defined in:
- lib/active_entity/attribute_methods/primary_key.rb
#id ⇒ Object
Returns the primary key column’s value.
18 19 20 |
# File 'lib/active_entity/attribute_methods/primary_key.rb', line 18 def id _read_attribute(@primary_key) end |