Method: LockstepSdk::NoteModel#note_id

Defined in:
lib/lockstep_sdk/models/note_model.rb

#note_idUuid

Returns The unique ID of this record, automatically assigned by Lockstep when this record is added to the Lockstep platform.

Returns:

  • (Uuid)

    The unique ID of this record, automatically assigned by Lockstep when this record is added to the Lockstep platform.



47
48
49
# File 'lib/lockstep_sdk/models/note_model.rb', line 47

def note_id
  @note_id
end