Module: Jamf::Constants
Overview
Constants useful throughout ruby-jss This should be included into the Jamf module
Constant Summary collapse
- MINIMUM_RUBY_VERSION =
The minimum Ruby version needed for ruby-jss
'2.6.3'.freeze
- TRUE_FALSE =
These are handy for testing values without making new arrays, strings, etc every time.
[true, false].freeze
- NIL_DATES =
When parsing a date/time data into a Time object, these will return nil
[0, nil, '', '0'].freeze
- BLANK =
Empty strings are used in various places
''.freeze