Class: Jamf::ManagementHistory::UserLocationChange
- Includes:
- HashLike
- Defined in:
- lib/jamf/api/classic/api_objects/management_history/user_location_change.rb
Overview
UserLocationChange - a change in a device’s assigned user or location
This should only be instantiated by the ManagementHistory.user_location_history method when mixed in to Computers or Mobile devices.
That method will return an array of these objects.
Instance Attribute Summary collapse
-
#building ⇒ String
readonly
The building for this change.
-
#date_time_epoch ⇒ Integer
readonly
When the change occurred.
-
#department ⇒ String
(also: #dept)
readonly
The department for this change.
-
#email_address ⇒ String
(also: #email)
readonly
The email_address for this change.
-
#full_name ⇒ String
readonly
The user’s full name for this change.
-
#phone_number ⇒ String
readonly
The phone_number for this change.
-
#position ⇒ String
readonly
The position for this change.
-
#room ⇒ String
readonly
The room for this change.
-
#username ⇒ String
readonly
The username for this change.
Instance Method Summary collapse
- #[](attr) ⇒ Object included from HashLike
-
#date_time ⇒ Time
When the change occurred, as a ruby Time object.
Instance Attribute Details
#building ⇒ String (readonly)
Returns The building for this change.
|
# File 'lib/jamf/api/classic/api_objects/management_history/user_location_change.rb', line 74
|
#date_time_epoch ⇒ Integer (readonly)
Returns When the change occurred.
|
# File 'lib/jamf/api/classic/api_objects/management_history/user_location_change.rb', line 52
|
#department ⇒ String (readonly) Also known as: dept
Returns The department for this change.
72 |
# File 'lib/jamf/api/classic/api_objects/management_history/user_location_change.rb', line 72 alias dept department |
#email_address ⇒ String (readonly) Also known as: email
Returns The email_address for this change.
64 |
# File 'lib/jamf/api/classic/api_objects/management_history/user_location_change.rb', line 64 alias email email_address |
#full_name ⇒ String (readonly)
Returns The user’s full name for this change.
|
# File 'lib/jamf/api/classic/api_objects/management_history/user_location_change.rb', line 58
|
#phone_number ⇒ String (readonly)
Returns The phone_number for this change.
|
# File 'lib/jamf/api/classic/api_objects/management_history/user_location_change.rb', line 66
|
#position ⇒ String (readonly)
Returns The position for this change.
|
# File 'lib/jamf/api/classic/api_objects/management_history/user_location_change.rb', line 80
|
#room ⇒ String (readonly)
Returns The room for this change.
|
# File 'lib/jamf/api/classic/api_objects/management_history/user_location_change.rb', line 77
|
#username ⇒ String (readonly)
Returns The username for this change.
|
# File 'lib/jamf/api/classic/api_objects/management_history/user_location_change.rb', line 55
|