Method: FuseClient::FuseApiAggregatorError#==

Defined in:
lib/fuse_client/models/fuse_api_aggregator_error.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



125
126
127
128
129
130
131
132
133
134
# File 'lib/fuse_client/models/fuse_api_aggregator_error.rb', line 125

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      request_id == o.request_id &&
      title == o.title &&
      details == o.details &&
      code == o.code &&
      type == o.type &&
      path == o.path
end