Method: PlexRubySDK::Models::Operations::GetRecentlyAddedResponse#==
- Defined in:
- lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb
#==(other) ⇒ Object
34 35 36 37 38 39 40 41 |
# File 'lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb', line 34 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 @object == other.object true end |