Class: Jamf::Attachment
- Inherits:
-
JSONObject
- Object
- JSONObject
- Jamf::Attachment
- Includes:
- Referable
- Defined in:
- lib/jamf/api/json_objects/attachment.rb
Overview
An attachment to an object in the JSS
Constant Summary collapse
- OBJECT_MODEL =
Object Model / Attributes See APIObject class documentation for details of how the OBJECT_MODEL hash works.
{ # @!attribute [r] id # @return [Integer] id: { class: :integer, identifier: :primary, readonly: true }, # @!attribute name # @return [String] name: { class: :string, readonly: true } }.freeze
Instance Attribute Summary collapse
- #id ⇒ Integer readonly
- #name ⇒ String
Instance Method Summary collapse
-
#reference ⇒ self.class::GenericReference
included
from Referable
A reference to this object.
Constructor Details
This class inherits a constructor from Jamf::JSONObject
Instance Attribute Details
#id ⇒ Integer (readonly)
|
|
# File 'lib/jamf/api/json_objects/attachment.rb', line 49
|
Instance Method Details
#reference ⇒ self.class::GenericReference Originally defined in module Referable
Returns A reference to this object.