Module: GroupDocs::Api::Helpers::Status
Constant Summary collapse
- STATUSES =
{ draft: -1, pending: 0, scheduled: 1, in_progress: 2, completed: 3, postponed: 4, archived: 5, }
Instance Attribute Summary collapse
-
#status ⇒ Symbol
Sets status of the entity.
Instance Attribute Details
#status ⇒ Symbol
Sets status of the entity.
17 18 19 |
# File 'lib/groupdocs/api/helpers/status_helper.rb', line 17 def status @status end |