Method: PlexRubySDK::Models::Errors::GetDevicesServerErrors#==

Defined in:
lib/plex_ruby_sdk/models/errors/getdevices_server_errors.rb

#==(other) ⇒ Object



31
32
33
34
35
36
37
# File 'lib/plex_ruby_sdk/models/errors/getdevices_server_errors.rb', line 31

def ==(other)
  return false unless other.is_a? self.class
  return false unless @code == other.code
  return false unless @message == other.message
  return false unless @status == other.status
  true
end