Method: FlatApi::ResourceCollaborator#is_collaborator

Defined in:
lib/flat_api/models/resource_collaborator.rb

#is_collaboratorObject

True if the current user is a collaborator of the current document (direct or via group).



29
30
31
# File 'lib/flat_api/models/resource_collaborator.rb', line 29

def is_collaborator
  @is_collaborator
end