Method: Falcon::FwmgrMsaspecError#==

Defined in:
lib/crimson-falcon/models/fwmgr_msaspec_error.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



123
124
125
126
127
128
129
# File 'lib/crimson-falcon/models/fwmgr_msaspec_error.rb', line 123

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      code == o.code &&
      id == o.id &&
      message == o.message
end