class LabClient::Note

Inspect Helper

Public Instance Methods

inspect() click to toggle source
# File lib/labclient/notes/note.rb, line 7
def inspect
  "#<Note id: #{id}, type: #{noteable_type}>"
end