Method: Harbor1Client::RobotAccountCreate#==
- Defined in:
- lib/harbor1_client/models/robot_account_create.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
82 83 84 85 86 87 88 |
# File 'lib/harbor1_client/models/robot_account_create.rb', line 82 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name && description == o.description && access == o.access end |