Method: Wire4Client::CompanyRegistered#hash
- Defined in:
- lib/wire4_client/models/company_registered.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
127 128 129 |
# File 'lib/wire4_client/models/company_registered.rb', line 127 def hash [business_name, certificate, comercial_name, company_id, rfc, status].hash end |