Method: Akeyless::UidListChildren#==
- Defined in:
- lib/akeyless/models/uid_list_children.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
113 114 115 116 117 118 119 120 |
# File 'lib/akeyless/models/uid_list_children.rb', line 113 def ==(o) return true if self.equal?(o) self.class == o.class && auth_method_name == o.auth_method_name && json == o.json && token == o.token && uid_token == o.uid_token end |