class documentation
The Delete view for the ACME text UI. This is a container that contains the Delete request view and the response view.
| Method | __init__ |
Initialize the view. |
| Method | action |
Show the current request as cURL command. |
| Method | compose |
Build the Delete view. |
| Method | do |
Handle the DELETE Request button event. This is a callback function. |
| Method | update |
Update the resource to delete. |
| Constant | BINDINGS |
Key bindings for the Delete view. |
| Instance Variable | request |
The request originator. |
| Instance Variable | request |
The request view. |
| Instance Variable | resource |
The resource to delete. |
| Instance Variable | response |
The response view. |
| Instance Variable | _app |
The application. |