Method: JSS::MobileDevice#tethered

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

#tetheredString (readonly)

Returns the tether state of the device.

Returns:

  • (String)

    the tether state of the device


235
236
237
# File 'lib/jss/api_object/mobile_device.rb', line 235

def tethered
  @tethered
end