BlockerBuilder
BlockerBuilder.add_new_blocker()
BlockerBuilder.get_blockers()
Blocker
Blocker.to_dict()
Bases: object
object
Adds a new blocker entry.
blocker_text – The blocker text to add.
associated_id – The ID associated with the blocker entry.
None
Retrieves a list of blockers associated with the specified ID.
associated_id – The ID to retrieve blockers for.
A list of blockers associated with the ID.
Convert the Blocker object to a dictionary.
The Blocker object as a dictionary.
dict