Method: VoucherifySdk::ParameterFiltersListTemplates#==

Defined in:
lib/VoucherifySdk/models/parameter_filters_list_templates.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



124
125
126
127
128
129
130
131
# File 'lib/VoucherifySdk/models/parameter_filters_list_templates.rb', line 124

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      junction == o.junction &&
      id == o.id &&
      name == o.name &&
      campaign_type == o.campaign_type
end