Method: JSS::Package#notes

Defined in:
lib/jss-api/api_object/package.rb

#notesString

Returns the notes field for this pkg.

Returns:

  • (String)

    the notes field for this pkg



150
151
152
# File 'lib/jss-api/api_object/package.rb', line 150

def notes
  @notes
end