Method: VoucherifySdk::ParameterFiltersListPublications#==
- Defined in:
- lib/VoucherifySdk/models/parameter_filters_list_publications.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
178 179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'lib/VoucherifySdk/models/parameter_filters_list_publications.rb', line 178 def ==(o) return true if self.equal?(o) self.class == o.class && junction == o.junction && failure_code == o.failure_code && result == o.result && customer_id == o.customer_id && campaign_name == o.campaign_name && voucher_type == o.voucher_type && is_referral_code == o.is_referral_code && parent_object_id == o.parent_object_id && == o. && source_id == o.source_id end |