Method: FattureInCloud_Ruby_Sdk::PaymentAccount#hash
- Defined in:
- lib/fattureincloud_ruby_sdk/models/payment_account.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
192 193 194 |
# File 'lib/fattureincloud_ruby_sdk/models/payment_account.rb', line 192 def hash [id, name, type, iban, sia, cuc, virtual].hash end |