Method: Freeclimb::FilterLogsRequest#==

Defined in:
lib/freeclimb/models/filter_logs_request.rb

#==(other) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



86
87
88
89
90
# File 'lib/freeclimb/models/filter_logs_request.rb', line 86

def ==(other)
  return true if equal?(other)
  self.class == other.class &&
    pql == other.pql
end