Method: Filemaker::Model#attributes
- Defined in:
- lib/filemaker/model.rb
#attributes ⇒ Boolean (readonly)
Returns indicates if this is a new fresh record.
9 10 11 |
# File 'lib/filemaker/model.rb', line 9 def attributes @attributes end |