Class: SFRP::VirtualFile
- Inherits:
-
Struct
- Object
- Struct
- SFRP::VirtualFile
- Defined in:
- lib/sfrp/file.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#file_ext ⇒ Object
Returns the value of attribute file_ext.
-
#fmodule_uri ⇒ Object
Returns the value of attribute fmodule_uri.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
4 5 6 |
# File 'lib/sfrp/file.rb', line 4 def content @content end |
#file_ext ⇒ Object
Returns the value of attribute file_ext
4 5 6 |
# File 'lib/sfrp/file.rb', line 4 def file_ext @file_ext end |
#fmodule_uri ⇒ Object
Returns the value of attribute fmodule_uri
4 5 6 |
# File 'lib/sfrp/file.rb', line 4 def fmodule_uri @fmodule_uri end |