Class: MrMurano::ProjectFile::PrjModules

Inherits:
Struct
  • Object
show all
Includes:
PrjStructCommonMethods
Defined in:
lib/MrMurano/ProjectFile.rb

Instance Attribute Summary collapse

Method Summary

Methods included from PrjStructCommonMethods

#load, #save

Instance Attribute Details

#excludeObject

Returns the value of attribute exclude

Returns:

  • (Object)

    the current value of exclude



74
75
76
# File 'lib/MrMurano/ProjectFile.rb', line 74

def exclude
  @exclude
end

#includeObject

Returns the value of attribute include

Returns:

  • (Object)

    the current value of include



74
75
76
# File 'lib/MrMurano/ProjectFile.rb', line 74

def include
  @include
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



74
75
76
# File 'lib/MrMurano/ProjectFile.rb', line 74

def location
  @location
end