Class: Fairy::FastTempfile::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/fairy/share/fast-tempfile.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



15
16
17
# File 'lib/fairy/share/fast-tempfile.rb', line 15

def io
  @io
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



15
16
17
# File 'lib/fairy/share/fast-tempfile.rb', line 15

def path
  @path
end