Class: MrMurano::ProjectFile::PrjModules
- Inherits:
-
Struct
- Object
- Struct
- MrMurano::ProjectFile::PrjModules
- Includes:
- PrjStructCommonMethods
- Defined in:
- lib/MrMurano/ProjectFile.rb
Instance Attribute Summary collapse
-
#exclude ⇒ Object
Returns the value of attribute exclude.
-
#include ⇒ Object
Returns the value of attribute include.
-
#location ⇒ Object
Returns the value of attribute location.
Method Summary
Methods included from PrjStructCommonMethods
Instance Attribute Details
#exclude ⇒ Object
Returns the value of attribute exclude
74 75 76 |
# File 'lib/MrMurano/ProjectFile.rb', line 74 def exclude @exclude end |
#include ⇒ Object
Returns the value of attribute include
74 75 76 |
# File 'lib/MrMurano/ProjectFile.rb', line 74 def include @include end |
#location ⇒ Object
Returns the value of attribute location
74 75 76 |
# File 'lib/MrMurano/ProjectFile.rb', line 74 def location @location end |