Module: GroupDocs::Api::Helpers::AccessRights

Includes:
ByteFlag
Included in:
Document, User
Defined in:
lib/groupdocs/api/helpers/access_rights_helper.rb

Constant Summary collapse

ACCESS_RIGHTS =

Changed in release 1.5.9

{
  :view     => 1,
  :annotate => 2,
  :download => 4,
  :export   => 8,
  :all => 31
}

Method Summary

Methods included from ByteFlag

#array_from_byte, #byte_from_array