Class: Net::SFTP::Protocol::V04::Attributes::ACL
- Inherits:
-
Struct
- Object
- Struct
- Net::SFTP::Protocol::V04::Attributes::ACL
- Defined in:
- lib/net/sftp/protocol/04/attributes.rb
Overview
A simple struct for representing a single entry in an Access Control List. (See Net::SFTP::Constants::ACE)
Instance Attribute Summary collapse
-
#flag ⇒ Object
Returns the value of attribute flag.
-
#mask ⇒ Object
Returns the value of attribute mask.
-
#type ⇒ Object
Returns the value of attribute type.
-
#who ⇒ Object
Returns the value of attribute who.
Instance Attribute Details
#flag ⇒ Object
Returns the value of attribute flag
43 44 45 |
# File 'lib/net/sftp/protocol/04/attributes.rb', line 43 def flag @flag end |
#mask ⇒ Object
Returns the value of attribute mask
43 44 45 |
# File 'lib/net/sftp/protocol/04/attributes.rb', line 43 def mask @mask end |
#type ⇒ Object
Returns the value of attribute type
43 44 45 |
# File 'lib/net/sftp/protocol/04/attributes.rb', line 43 def type @type end |
#who ⇒ Object
Returns the value of attribute who
43 44 45 |
# File 'lib/net/sftp/protocol/04/attributes.rb', line 43 def who @who end |