Method: Filemaker::Model#identity_id

Defined in:
lib/filemaker/model.rb

#identity_idObject



51
52
53
# File 'lib/filemaker/model.rb', line 51

def identity_id
  public_send(identity.name) if identity
end