marshall_webapp.models.transients_comments.element.models_transients_comments_element_delete module

The data model module for the ``transients_comments_element_delete`` resource

Author

David Young

class models_transients_comments_element_delete(log, request, elementId=False, search=False)[source]

Bases: object

The worker class for the models_transients_comments_element_delete module

Key Arguments

  • log – logger

  • request – the pyramid request

  • elementId – the specific element id requests (or False)

  • search – is this a search request (boolean)

Usage

usage code



.. todo::

    - add usage info
    - create a sublime snippet for usage
    - add a tutorial about ``models_transients_comments_element_delete`` to documentation
    - create a blog post about what ``models_transients_comments_element_delete`` does
delete()[source]

execute the delete method on the models_transients_comments_element_delete object

Return

  • responseContent – the reponse to send to the browser

_set_default_parameters()[source]

set default parameters

Key Arguments

Return

  • None