Method: PlexRubySDK::Models::Errors::ApplyUpdatesBadRequest#==
- Defined in:
- lib/plex_ruby_sdk/models/errors/applyupdates_badrequest.rb
#==(other) ⇒ Object
28 29 30 31 32 33 |
# File 'lib/plex_ruby_sdk/models/errors/applyupdates_badrequest.rb', line 28 def ==(other) return false unless other.is_a? self.class return false unless @errors == other.errors return false unless @raw_response == other.raw_response true end |