Class: Solaris::Structs::ACLStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/solaris/file/structs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acl_idObject

Returns the value of attribute acl_id

Returns:

  • (Object)

    the current value of acl_id



9
10
11
# File 'lib/solaris/file/structs.rb', line 9

def acl_id
  @acl_id
end

#acl_permObject

Returns the value of attribute acl_perm

Returns:

  • (Object)

    the current value of acl_perm



9
10
11
# File 'lib/solaris/file/structs.rb', line 9

def acl_perm
  @acl_perm
end

#acl_typeObject

Returns the value of attribute acl_type

Returns:

  • (Object)

    the current value of acl_type



9
10
11
# File 'lib/solaris/file/structs.rb', line 9

def acl_type
  @acl_type
end