Part of lp.bugs.interfaces.bugattachment View In Hierarchy
Known implementations: lp.bugs.model.bugattachment.BugAttachment
| Int | id | Undocumented |
| Bytes | libraryfile | Undocumented |
| Bool | is_patch | Is this attachment a patch? |
| Method | removeFromBug | Remove the attachment from the bug. |
| Method | destroySelf | Delete this record. |
| Method | getFileByName | Return the `ILibraryFileAlias for the given file name. |
Inherited from IHasBug:
| Int | bug | Undocumented |