Method: FormAPI::FoldersFolder#hash

Defined in:
lib/form_api/models/folders_folder.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • Hash code



84
85
86
# File 'lib/form_api/models/folders_folder.rb', line 84

def hash
  [parent_folder_id, name].hash
end