Method: VoucherifySdk::PromotionStackBase#==
- Defined in:
- lib/VoucherifySdk/models/promotion_stack_base.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
86 87 88 89 90 91 |
# File 'lib/VoucherifySdk/models/promotion_stack_base.rb', line 86 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name && tiers == o.tiers end |