Method: Jamf::BaseClass#allocate
- Defined in:
- lib/jamf/api/mixins/base_class.rb
#allocate(*args, &block) ⇒ Object
Can’t allocate if base class
58 59 60 61 |
# File 'lib/jamf/api/mixins/base_class.rb', line 58 def allocate(*args, &block) stop_if_base_class ALLOCATION_ACTION super end |