mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-10 04:21:03 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.529.1
This commit is contained in:
@@ -37,6 +37,17 @@ module PlexRubySDK
|
||||
@bad_request = bad_request
|
||||
@object = object
|
||||
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 @auth_pin_container == other.auth_pin_container
|
||||
return false unless @bad_request == other.bad_request
|
||||
return false unless @object == other.object
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user