Module: GroupDocs::Api::Helpers::Status

Included in:
Document, Job
Defined in:
lib/groupdocs/api/helpers/status_helper.rb

Constant Summary collapse

STATUSES =
{
  draft:      -1,
  pending:     0,
  scheduled:   1,
  in_progress: 2,
  completed:   3,
  postponed:   4,
  archived:    5,
}

Instance Attribute Summary collapse

Instance Attribute Details

#statusSymbol

Sets status of the entity.

Returns:

  • (Symbol)


17
18
19
# File 'lib/groupdocs/api/helpers/status_helper.rb', line 17

def status
  @status
end