Module: Fluent::WindowsFileExtension

Defined in:
lib/fluent/plugin/file_wrapper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



39
40
41
# File 'lib/fluent/plugin/file_wrapper.rb', line 39

def path
  @path
end

Instance Method Details

#statObject



41
42
43
44
45
46
# File 'lib/fluent/plugin/file_wrapper.rb', line 41

def stat
  s = super
  s.instance_variable_set :@ino, @ino
  def s.ino; @ino; end
  s
end