module Jamf::Constants

Constants useful throughout ruby-jss This should be included into the Jamf module

Constants

BLANK

Empty strings are used in various places

MINIMUM_RUBY_VERSION

The minimum Ruby version needed for ruby-jss

NIL_DATES

When parsing a date/time data into a Time object, these will return nil

TRUE_FALSE

These are handy for testing values without making new arrays, strings, etc every time.