Class: DYAutomate::DYAutomateConfigDetail

Inherits:
DYBaseObj
  • Object
show all
Defined in:
lib/DYAutomate/CustomConfig/DYAutomateConfig.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from DYBaseObj

#doCacheByYAML, fromFile, fromYAML, #initialize

Constructor Details

This class inherits a constructor from DYAutomate::DYBaseObj

Instance Attribute Details

#codeSnippsets_git_urlObject

Returns the value of attribute codeSnippsets_git_url.



8
9
10
# File 'lib/DYAutomate/CustomConfig/DYAutomateConfig.rb', line 8

def codeSnippsets_git_url
  @codeSnippsets_git_url
end

#env_strObject

Returns the value of attribute env_str.



10
11
12
# File 'lib/DYAutomate/CustomConfig/DYAutomateConfig.rb', line 10

def env_str
  @env_str
end

#private_repo_nameObject

Returns the value of attribute private_repo_name.



9
10
11
# File 'lib/DYAutomate/CustomConfig/DYAutomateConfig.rb', line 9

def private_repo_name
  @private_repo_name
end

#templates_git_urlObject

Returns the value of attribute templates_git_url.



7
8
9
# File 'lib/DYAutomate/CustomConfig/DYAutomateConfig.rb', line 7

def templates_git_url
  @templates_git_url
end