Class: Kanrisuru::Core::System::OpenFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/system/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



82
83
84
# File 'lib/kanrisuru/core/system/types.rb', line 82

def command
  @command
end

#deviceObject

Returns the value of attribute device

Returns:

  • (Object)

    the current value of device



82
83
84
# File 'lib/kanrisuru/core/system/types.rb', line 82

def device
  @device
end

#file_descriptorObject

Returns the value of attribute file_descriptor

Returns:

  • (Object)

    the current value of file_descriptor



82
83
84
# File 'lib/kanrisuru/core/system/types.rb', line 82

def file_descriptor
  @file_descriptor
end

#fsizeObject

Returns the value of attribute fsize

Returns:

  • (Object)

    the current value of fsize



82
83
84
# File 'lib/kanrisuru/core/system/types.rb', line 82

def fsize
  @fsize
end

#inodeObject

Returns the value of attribute inode

Returns:

  • (Object)

    the current value of inode



82
83
84
# File 'lib/kanrisuru/core/system/types.rb', line 82

def inode
  @inode
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



82
83
84
# File 'lib/kanrisuru/core/system/types.rb', line 82

def name
  @name
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



82
83
84
# File 'lib/kanrisuru/core/system/types.rb', line 82

def pid
  @pid
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



82
83
84
# File 'lib/kanrisuru/core/system/types.rb', line 82

def type
  @type
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



82
83
84
# File 'lib/kanrisuru/core/system/types.rb', line 82

def uid
  @uid
end