Class: Notesgrip::NotesACLEntry
- Inherits:
-
GripWrapper
- Object
- GripWrapper
- Notesgrip::NotesACLEntry
- Defined in:
- lib/notesgrip/NotesDatabase.rb
Overview
NotesACLEntry Class ==================
Constant Summary collapse
- ACLTYPE_UNSPECIFIED =
0
- ACLTYPE_PERSON =
1
- ACLTYPE_SERVER =
2
- ACLTYPE_MIXED_GROUP =
3
- ACLTYPE_PERSON_GROUP =
4
- ACLTYPE_SERVER_GROUP =
5
Instance Method Summary collapse
-
#inspect ⇒ Object
—– Additional Methods —-.
- #NameObject ⇒ Object
- #Parent ⇒ Object
- #UserType ⇒ Object
Methods inherited from GripWrapper
Constructor Details
This class inherits a constructor from Notesgrip::GripWrapper
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Notesgrip::GripWrapper
Instance Method Details
#inspect ⇒ Object
—– Additional Methods —-
798 799 800 |
# File 'lib/notesgrip/NotesDatabase.rb', line 798 def inspect "<#{self.class} Name:#{self.Name}>" end |
#NameObject ⇒ Object
778 779 780 781 |
# File 'lib/notesgrip/NotesDatabase.rb', line 778 def NameObject() raw_nameObject = @raw_object.NameObject NotesName.new(raw_nameObject) end |
#Parent ⇒ Object
783 784 785 786 |
# File 'lib/notesgrip/NotesDatabase.rb', line 783 def Parent raw_aclEntry = @raw_object.Parent NotesACL.new(raw_aclEntry) end |
#UserType ⇒ Object
794 795 796 |
# File 'lib/notesgrip/NotesDatabase.rb', line 794 def UserType @raw_object.UserType end |