mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-07 04:20:54 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.529.1
This commit is contained in:
@@ -37,6 +37,17 @@ module PlexRubySDK
|
||||
@body = body
|
||||
@unauthorized = unauthorized
|
||||
end
|
||||
|
||||
def ==(other)
|
||||
return false unless other.is_a? self.class
|
||||
return false unless @content_type == other.content_type
|
||||
return false unless @raw_response == other.raw_response
|
||||
return false unless @status_code == other.status_code
|
||||
return false unless @bad_request == other.bad_request
|
||||
return false unless @body == other.body
|
||||
return false unless @unauthorized == other.unauthorized
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user