Module: Gct::Constant

Defined in:
lib/gct/constant.rb

Class Method Summary collapse

Class Method Details

.DefaultTagFromBranchObject



24
25
26
# File 'lib/gct/constant.rb', line 24

def DefaultTagFromBranch
  "develop"
end

.DefaultTagToBranchObject



32
33
34
# File 'lib/gct/constant.rb', line 32

def DefaultTagToBranch
  "master"
end

.GitBaseURLObject



4
5
6
# File 'lib/gct/constant.rb', line 4

def GitBaseURL
  "https://gi-dev.ccrgt.com/"
end

.GitThirdURLObject



8
9
10
# File 'lib/gct/constant.rb', line 8

def GitThirdURL
  "https://gi-dev.ccrgt.com/ios-thirdpart/"
end

.GitURLObject



12
13
14
# File 'lib/gct/constant.rb', line 12

def GitURL
  "https://gi-dev.ccrgt.com/ios/"
end

.NameSpaceObject



16
17
18
# File 'lib/gct/constant.rb', line 16

def NameSpace
  "ios/"
end

.PreHuffixObject



40
41
42
# File 'lib/gct/constant.rb', line 40

def PreHuffix
  "-pre"
end

.PreTagFromBranchObject



28
29
30
# File 'lib/gct/constant.rb', line 28

def PreTagFromBranch
  "pre_develop"
end

.PreTagToBranchObject



36
37
38
# File 'lib/gct/constant.rb', line 36

def PreTagToBranch
  "pre_master"
end

.ThirdNameSpaceObject



20
21
22
# File 'lib/gct/constant.rb', line 20

def ThirdNameSpace
  "ios-third/"
end