Class: MrMurano::ProjectFile::PrjEndpoints

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

#corsObject

Returns the value of attribute cors

Returns:

  • (Object)

    the current value of cors



78
79
80
# File 'lib/MrMurano/ProjectFile.rb', line 78

def cors
  @cors
end

#excludeObject

Returns the value of attribute exclude

Returns:

  • (Object)

    the current value of exclude



78
79
80
# File 'lib/MrMurano/ProjectFile.rb', line 78

def exclude
  @exclude
end

#includeObject

Returns the value of attribute include

Returns:

  • (Object)

    the current value of include



78
79
80
# File 'lib/MrMurano/ProjectFile.rb', line 78

def include
  @include
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



78
79
80
# File 'lib/MrMurano/ProjectFile.rb', line 78

def location
  @location
end