Method: ConstantContactClient::TagPut#==
- Defined in:
- lib/constant_contact_client/models/tag_put.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
118 119 120 121 122 |
# File 'lib/constant_contact_client/models/tag_put.rb', line 118 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name end |