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