Method: Akeyless::UIDTokenDetails#==

Defined in:
lib/akeyless/models/uid_token_details.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



154
155
156
157
158
159
160
161
162
163
164
165
166
167
# File 'lib/akeyless/models/uid_token_details.rb', line 154

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      children == o.children &&
      comment == o.comment &&
      deny_inheritance == o.deny_inheritance &&
      deny_rotate == o.deny_rotate &&
      depth == o.depth &&
      expired_date == o.expired_date &&
      id == o.id &&
      last_rotate == o.last_rotate &&
      revoked == o.revoked &&
      ttl == o.ttl
end