Method: FormAPI::FoldersFolder#hash
- Defined in:
- lib/form_api/models/folders_folder.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
84 85 86 |
# File 'lib/form_api/models/folders_folder.rb', line 84 def hash [parent_folder_id, name].hash end |