Method: Harbor2Client::Body#==

Defined in:
lib/harbor2_client/models/body.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



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