Method: EmassClient::CacResponseGet#==
- Defined in:
- lib/emass_client/models/cac_response_get.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
90 91 92 93 94 95 |
# File 'lib/emass_client/models/cac_response_get.rb', line 90 def ==(o) return true if self.equal?(o) self.class == o.class && == o. && data == o.data end |