Method: TripletexRubyClient::TimesheetEntrySearchResponse#==

Defined in:
lib/tripletex_ruby_client/models/timesheet_entry_search_response.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • to be compared



103
104
105
106
107
108
109
110
111
112
# File 'lib/tripletex_ruby_client/models/timesheet_entry_search_response.rb', line 103

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      full_result_size == o.full_result_size &&
      from == o.from &&
      count == o.count &&
      version_digest == o.version_digest &&
      values == o.values &&
      sum_all_hours == o.sum_all_hours
end