module ActiveZuora::ZObject
Public Instance Methods
==(another_zobject)
click to toggle source
# File lib/active_zuora/z_object.rb, line 14 def ==(another_zobject) another_zobject.is_a?(ZObject) && zuora_object_name == another_zobject.zuora_object_name && id == another_zobject.id end