Class: Jamf::Country
- Inherits:
-
JSONObject
- Object
- JSONObject
- Jamf::Country
- Defined in:
- lib/jamf/api/json_objects/country.rb
Overview
A 'location' for a managed object in Jamf Pro
Constant Summary collapse
- OBJECT_MODEL =
{ # @!attribute code [r] # @return [String] the country code code: { class: :string }, # @!attribute name [r] # @return [String] the country name name: { class: :string } }.freeze
Instance Attribute Summary collapse
-
#code ⇒ String
readonly
The country code.
-
#name ⇒ String
readonly
The country name.
Constructor Details
This class inherits a constructor from Jamf::JSONObject