Method: Freeclimb::FilterLogsRequest#==
- Defined in:
- lib/freeclimb/models/filter_logs_request.rb
#==(other) ⇒ Object
Checks equality by comparing each attribute.
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 |