Method: IPAccess::Socket#acl
- Defined in:
- lib/ipaccess/ghost_doc/ghost_doc_sockets.rb
#acl ⇒ Object
This member keeps the information about currently used access set. You may use it to do low-level operations on IPAccess::Set object associated with instance. You cannot however call any of global access set operations – to do that use IPAccess::Set.Global contant referencing to global ACL.
291 292 293 |
# File 'lib/ipaccess/ghost_doc/ghost_doc_sockets.rb', line 291 def acl @acl end |