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