Method: Filemaker::Model#attributes

Defined in:
lib/filemaker/model.rb

#attributesBoolean (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 attributes
  @attributes
end