Class: Fusion::FileRef
- Inherits:
-
Struct
- Object
- Struct
- Fusion::FileRef
- Defined in:
- lib/fusion.rb
Overview
variety: :self|:name|:path
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#variety ⇒ Object
Returns the value of attribute variety.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
221 222 223 |
# File 'lib/fusion.rb', line 221 def path @path end |
#variety ⇒ Object
Returns the value of attribute variety
221 222 223 |
# File 'lib/fusion.rb', line 221 def variety @variety end |