Class: MrMurano::ProjectFile::PrjFiles
- Inherits:
-
Struct
- Object
- Struct
- MrMurano::ProjectFile::PrjFiles
- Includes:
- PrjStructCommonMethods
- Defined in:
- lib/MrMurano/ProjectFile.rb
Instance Attribute Summary collapse
-
#default_page ⇒ Object
Returns the value of attribute default_page.
-
#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
#default_page ⇒ Object
Returns the value of attribute default_page
70 71 72 |
# File 'lib/MrMurano/ProjectFile.rb', line 70 def default_page @default_page end |
#exclude ⇒ Object
Returns the value of attribute exclude
70 71 72 |
# File 'lib/MrMurano/ProjectFile.rb', line 70 def exclude @exclude end |
#include ⇒ Object
Returns the value of attribute include
70 71 72 |
# File 'lib/MrMurano/ProjectFile.rb', line 70 def include @include end |
#location ⇒ Object
Returns the value of attribute location
70 71 72 |
# File 'lib/MrMurano/ProjectFile.rb', line 70 def location @location end |