Method: JSS::User#peripherals

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

#peripheralsArray<Hash> (readonly)

The peripherals associated with this user

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

Returns:



132
133
134
# File 'lib/jss/api_object/user.rb', line 132

def peripherals
  @peripherals
end