Method: Dropbox::Sign::SubSigningOptions#hash

Defined in:
lib/dropbox-sign/models/sub_signing_options.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



222
223
224
# File 'lib/dropbox-sign/models/sub_signing_options.rb', line 222

def hash
  [default_type, draw, phone, type, upload].hash
end