class TPLink::DeviceOffline

Handle Errrors related to TPLink's Cloud

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/tp_link/errors.rb, line 8
def initialize
  super('Device Offline')
end