Class: NPGRT::Win32API::Win32File
- Inherits:
-
Struct
- Object
- Struct
- NPGRT::Win32API::Win32File
- Defined in:
- lib/npgrt/win32api.rb
Instance Attribute Summary collapse
-
#close ⇒ Object
Returns the value of attribute close.
-
#flush ⇒ Object
Returns the value of attribute flush.
-
#read ⇒ Object
Returns the value of attribute read.
-
#write ⇒ Object
Returns the value of attribute write.
Instance Attribute Details
#close ⇒ Object
Returns the value of attribute close
232 233 234 |
# File 'lib/npgrt/win32api.rb', line 232 def close @close end |
#flush ⇒ Object
Returns the value of attribute flush
232 233 234 |
# File 'lib/npgrt/win32api.rb', line 232 def flush @flush end |
#read ⇒ Object
Returns the value of attribute read
232 233 234 |
# File 'lib/npgrt/win32api.rb', line 232 def read @read end |
#write ⇒ Object
Returns the value of attribute write
232 233 234 |
# File 'lib/npgrt/win32api.rb', line 232 def write @write end |