Class: NPGRT::Win32API::Win32File

Inherits:
Struct
  • Object
show all
Defined in:
lib/npgrt/win32api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#closeObject

Returns the value of attribute close

Returns:

  • (Object)

    the current value of close



232
233
234
# File 'lib/npgrt/win32api.rb', line 232

def close
  @close
end

#flushObject

Returns the value of attribute flush

Returns:

  • (Object)

    the current value of flush



232
233
234
# File 'lib/npgrt/win32api.rb', line 232

def flush
  @flush
end

#readObject

Returns the value of attribute read

Returns:

  • (Object)

    the current value of read



232
233
234
# File 'lib/npgrt/win32api.rb', line 232

def read
  @read
end

#writeObject

Returns the value of attribute write

Returns:

  • (Object)

    the current value of write



232
233
234
# File 'lib/npgrt/win32api.rb', line 232

def write
  @write
end