Method: Findable::Base#id

Defined in:
lib/findable/base.rb

#idObject



143
144
145
# File 'lib/findable/base.rb', line 143

def id
  attributes[:id].presence
end