Method: LabClient::Note#inspect

Defined in:
lib/labclient/notes/note.rb

#inspectObject



7
8
9
# File 'lib/labclient/notes/note.rb', line 7

def inspect
  "#<Note id: #{id}, type: #{noteable_type}>"
end