Class: Fusion::FileRef

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

Overview

variety: :self|:name|:path

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



221
222
223
# File 'lib/fusion.rb', line 221

def path
  @path
end

#varietyObject

Returns the value of attribute variety

Returns:

  • (Object)

    the current value of variety



221
222
223
# File 'lib/fusion.rb', line 221

def variety
  @variety
end