Method: Jamf::Resource.rsrc_path

Defined in:
lib/jamf/api/base_classes/resource.rb

.rsrc_pathString

the resource path for this resource



199
200
201
# File 'lib/jamf/api/base_classes/resource.rb', line 199

def self.rsrc_path
  @rsrc_path ||= "#{self::RSRC_VERSION}/#{self::RSRC_PATH}"
end