Method: OryClient::Usage#==

Defined in:
lib/ory-client/models/usage.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



80
81
82
83
84
# File 'lib/ory-client/models/usage.rb', line 80

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