Method: TripletexRubyClient::ListResponseProductUnitMaster#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



97
98
99
100
101
102
103
104
105
# File 'lib/tripletex_ruby_client/models/list_response_product_unit_master.rb', line 97

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
end