Module: Jamf::Constants

Included in:
Jamf, Utility
Defined in:
lib/jamf/constants.rb

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