Method: Jamf::ManagementHistory.included

Defined in:
lib/jamf/api/classic/api_objects/management_history.rb

.included(klass) ⇒ Object

Extend ourself when included See codereview.stackexchange.com/questions/23637/mixin-both-instance-and-class-methods-in-ruby for discussion of this technique for mixing in both Class and Instance methods when including a module.

See Also:

  • {Jamf{Jamf::ManagementHistory{Jamf::ManagementHistory::ClassMethods}


716
717
718
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 716

def self.included(klass)
  klass.extend Jamf::ManagementHistory::ClassMethods
end