Method: DocSpring::MoveFolderData#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



75
76
77
# File 'lib/docspring/models/move_folder_data.rb', line 75

def hash
  [parent_folder_id].hash
end