Method: Harbor2Client::Body#==
- Defined in:
- lib/harbor2_client/models/body.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
61 62 63 64 65 |
# File 'lib/harbor2_client/models/body.rb', line 61 def ==(o) return true if self.equal?(o) self.class == o.class && dry_run == o.dry_run end |