Skip to content

Commit

Permalink
Updated docstring to ActionPayload class
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeusina committed Aug 19, 2023
1 parent bde61f4 commit 2e1e212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion petersbugredu_wrap/types/action_payload.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class ActionPayload:
def __init__(self, can_apply_for_distance: bool = True, can_print=None, can_add_homework: bool = True):
"""
Class represents action payload API class
Class represents action payload API entity
:param can_apply_for_distance:
:param can_print:
:param can_add_homework:
"""
self.can_apply_for_distance = can_apply_for_distance
self.can_print = can_print
Expand Down

0 comments on commit 2e1e212

Please sign in to comment.