Class: Mxrb::Initializer::Result
- Inherits:
-
Data
- Object
- Data
- Mxrb::Initializer::Result
- Defined in:
- lib/mxrb/initializer.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
readonly
Returns the value of attribute files.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Attribute Details
#files ⇒ Object (readonly)
Returns the value of attribute files
10 11 12 |
# File 'lib/mxrb/initializer.rb', line 10 def files @files end |
#root ⇒ Object (readonly)
Returns the value of attribute root
10 11 12 |
# File 'lib/mxrb/initializer.rb', line 10 def root @root end |