Class: Kanrisuru::Core::System::OpenFile
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::System::OpenFile
- Defined in:
- lib/kanrisuru/core/system/types.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#device ⇒ Object
Returns the value of attribute device.
-
#file_descriptor ⇒ Object
Returns the value of attribute file_descriptor.
-
#fsize ⇒ Object
Returns the value of attribute fsize.
-
#inode ⇒ Object
Returns the value of attribute inode.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
82 83 84 |
# File 'lib/kanrisuru/core/system/types.rb', line 82 def command @command end |
#device ⇒ Object
Returns the value of attribute device
82 83 84 |
# File 'lib/kanrisuru/core/system/types.rb', line 82 def device @device end |
#file_descriptor ⇒ Object
Returns the value of attribute file_descriptor
82 83 84 |
# File 'lib/kanrisuru/core/system/types.rb', line 82 def file_descriptor @file_descriptor end |
#fsize ⇒ Object
Returns the value of attribute fsize
82 83 84 |
# File 'lib/kanrisuru/core/system/types.rb', line 82 def fsize @fsize end |
#inode ⇒ Object
Returns the value of attribute inode
82 83 84 |
# File 'lib/kanrisuru/core/system/types.rb', line 82 def inode @inode end |
#name ⇒ Object
Returns the value of attribute name
82 83 84 |
# File 'lib/kanrisuru/core/system/types.rb', line 82 def name @name end |
#pid ⇒ Object
Returns the value of attribute pid
82 83 84 |
# File 'lib/kanrisuru/core/system/types.rb', line 82 def pid @pid end |
#type ⇒ Object
Returns the value of attribute type
82 83 84 |
# File 'lib/kanrisuru/core/system/types.rb', line 82 def type @type end |
#uid ⇒ Object
Returns the value of attribute uid
82 83 84 |
# File 'lib/kanrisuru/core/system/types.rb', line 82 def uid @uid end |