Module: Viewpoint::SPWS::Types

Included in:
DocumentLibrary, List, ListItem, TasksList, User
Defined in:
lib/viewpoint/spws/types.rb

Defined Under Namespace

Classes: DocumentLibrary, List, ListItem, TasksList, User

Constant Summary collapse

PRIORITY =
{:high => '(1) High', :normal => '(2) Normal', :low => '(3) Low'}.freeze
STATUS =
{:not_started => 'Not Started', :in_progress => 'In Progress',
:completed => 'Completed', :deferred => 'Deferred',
:waiting => 'Waiting on someone else'}.freeze