Class: Mxrb::ModuleInitializer::Result
- Inherits:
-
Data
- Object
- Data
- Mxrb::ModuleInitializer::Result
- Defined in:
- lib/mxrb/module_initializer.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
readonly
Returns the value of attribute files.
-
#project_file ⇒ Object
readonly
Returns the value of attribute project_file.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Attribute Details
#files ⇒ Object (readonly)
Returns the value of attribute files
6 7 8 |
# File 'lib/mxrb/module_initializer.rb', line 6 def files @files end |
#project_file ⇒ Object (readonly)
Returns the value of attribute project_file
6 7 8 |
# File 'lib/mxrb/module_initializer.rb', line 6 def project_file @project_file end |
#root ⇒ Object (readonly)
Returns the value of attribute root
6 7 8 |
# File 'lib/mxrb/module_initializer.rb', line 6 def root @root end |