Class: Net::SFTP::Protocol::V04::Attributes::ACL

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#flagObject

Returns the value of attribute flag

Returns:

  • (Object)

    the current value of flag



43
44
45
# File 'lib/net/sftp/protocol/04/attributes.rb', line 43

def flag
  @flag
end

#maskObject

Returns the value of attribute mask

Returns:

  • (Object)

    the current value of mask



43
44
45
# File 'lib/net/sftp/protocol/04/attributes.rb', line 43

def mask
  @mask
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



43
44
45
# File 'lib/net/sftp/protocol/04/attributes.rb', line 43

def type
  @type
end

#whoObject

Returns the value of attribute who

Returns:

  • (Object)

    the current value of who



43
44
45
# File 'lib/net/sftp/protocol/04/attributes.rb', line 43

def who
  @who
end