Method: Printful::DeleteProductTemplate200ResponseAllOfResult#==
- Defined in:
- lib/printful_client/models/delete_product_template200_response_all_of_result.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
83 84 85 86 87 |
# File 'lib/printful_client/models/delete_product_template200_response_all_of_result.rb', line 83 def ==(o) return true if self.equal?(o) self.class == o.class && success == o.success end |