Method: Kickflow::PatchFoldersFolderIdRequest#==
- Defined in:
- lib/kickflow/models/patch_folders_folder_id_request.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
111 112 113 114 115 116 117 118 |
# File 'lib/kickflow/models/patch_folders_folder_id_request.rb', line 111 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name && code == o.code && description == o.description && parent_folder_id == o.parent_folder_id end |