Class: MrMurano::ProjectFile::PrjResources
- Inherits:
-
Struct
- Object
- Struct
- MrMurano::ProjectFile::PrjResources
- 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
86 87 88 |
# File 'lib/MrMurano/ProjectFile.rb', line 86 def exclude @exclude end |
#include ⇒ Object
Returns the value of attribute include
86 87 88 |
# File 'lib/MrMurano/ProjectFile.rb', line 86 def include @include end |
#location ⇒ Object
Returns the value of attribute location
86 87 88 |
# File 'lib/MrMurano/ProjectFile.rb', line 86 def location @location end |