Method: Filemaker::Model#new_record

Defined in:
lib/filemaker/model.rb

#new_recordBoolean (readonly)

Returns indicates if this is a new fresh record.

Returns:

  • (Boolean)

    indicates if this is a new fresh record



9
10
11
# File 'lib/filemaker/model.rb', line 9

def new_record
  @new_record
end