Class: SubSpawn::POSIX::OpenFD
- Inherits:
-
Struct
- Object
- Struct
- SubSpawn::POSIX::OpenFD
- Defined in:
- lib/subspawn/posix.rb
Instance Attribute Summary collapse
-
#fd ⇒ Object
Returns the value of attribute fd.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#fd ⇒ Object
Returns the value of attribute fd
11 12 13 |
# File 'lib/subspawn/posix.rb', line 11 def fd @fd end |
#flags ⇒ Object
Returns the value of attribute flags
11 12 13 |
# File 'lib/subspawn/posix.rb', line 11 def flags @flags end |
#mode ⇒ Object
Returns the value of attribute mode
11 12 13 |
# File 'lib/subspawn/posix.rb', line 11 def mode @mode end |
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'lib/subspawn/posix.rb', line 11 def path @path end |