Method: Akeyless::AuthMethodUpdateOutput#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



90
91
92
93
94
95
# File 'lib/akeyless/models/auth_method_update_output.rb', line 90

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      name == o.name &&
      prv_key == o.prv_key
end