Method: DocuSign_eSign::Folder#hash

Defined in:
lib/docusign_esign/models/folder.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



188
189
190
# File 'lib/docusign_esign/models/folder.rb', line 188

def hash
  [error_details, filter, folder_id, folders, name, owner_email, owner_user_id, owner_user_name, parent_folder_id, parent_folder_uri, type, uri].hash
end