Method: DocSpring::MoveFolderData#hash

Defined in:
lib/docspring/models/move_folder_data.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code


96
97
98
# File 'lib/docspring/models/move_folder_data.rb', line 96

def hash
  [parent_folder_id].hash
end