Method: JSS::User#computers

Defined in:
lib/jss/api_object/user.rb

#computersArray<Hash> (readonly)

The computers associated with this user

Each Hash has then :id and :name for one computer

Returns:



123
124
125
# File 'lib/jss/api_object/user.rb', line 123

def computers
  @computers
end