Method: Falcon::FirewallRespV1#==
- Defined in:
- lib/crimson-falcon/models/firewall_resp_v1.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
133 134 135 136 137 138 139 |
# File 'lib/crimson-falcon/models/firewall_resp_v1.rb', line 133 def ==(o) return true if self.equal?(o) self.class == o.class && errors == o.errors && == o. && resources == o.resources end |