Class: MrMurano::ProjectFile::PrjResources

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



86
87
88
# File 'lib/MrMurano/ProjectFile.rb', line 86

def exclude
  @exclude
end

#includeObject

Returns the value of attribute include

Returns:

  • (Object)

    the current value of include



86
87
88
# File 'lib/MrMurano/ProjectFile.rb', line 86

def include
  @include
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



86
87
88
# File 'lib/MrMurano/ProjectFile.rb', line 86

def location
  @location
end