Class: FFile
- Inherits:
-
Struct
- Object
- Struct
- FFile
- Defined in:
- lib/rmk/vfile.rb
Overview
Finded file struct
Instance Attribute Summary collapse
-
#stem ⇒ Object
Returns the value of attribute stem.
-
#vfile ⇒ Object
Returns the value of attribute vfile.
-
#vname ⇒ Object
Returns the value of attribute vname.
Instance Attribute Details
#stem ⇒ Object
Returns the value of attribute stem
84 85 86 |
# File 'lib/rmk/vfile.rb', line 84 def stem @stem end |
#vfile ⇒ Object
Returns the value of attribute vfile
84 85 86 |
# File 'lib/rmk/vfile.rb', line 84 def vfile @vfile end |
#vname ⇒ Object
Returns the value of attribute vname
84 85 86 |
# File 'lib/rmk/vfile.rb', line 84 def vname @vname end |