Class: CiHelper::MainProcess::USER_CONFIG

Inherits:
Struct
  • Object
show all
Defined in:
lib/ci_helper/main_process.rb

Overview

This class is responsible for asking the function user want to use TODO: maybe this class in the future we can extract to command line use Thor to implement it

Instance Attribute Summary collapse

Instance Attribute Details

#bit_acObject

Returns the value of attribute bit_ac

Returns:

  • (Object)

    the current value of bit_ac



9
10
11
# File 'lib/ci_helper/main_process.rb', line 9

def bit_ac
  @bit_ac
end

#bit_passObject

Returns the value of attribute bit_pass

Returns:

  • (Object)

    the current value of bit_pass



9
10
11
# File 'lib/ci_helper/main_process.rb', line 9

def bit_pass
  @bit_pass
end

#ci_acObject

Returns the value of attribute ci_ac

Returns:

  • (Object)

    the current value of ci_ac



9
10
11
# File 'lib/ci_helper/main_process.rb', line 9

def ci_ac
  @ci_ac
end

#ci_passObject

Returns the value of attribute ci_pass

Returns:

  • (Object)

    the current value of ci_pass



9
10
11
# File 'lib/ci_helper/main_process.rb', line 9

def ci_pass
  @ci_pass
end

#redmine_acObject

Returns the value of attribute redmine_ac

Returns:

  • (Object)

    the current value of redmine_ac



9
10
11
# File 'lib/ci_helper/main_process.rb', line 9

def redmine_ac
  @redmine_ac
end

#redmine_passObject

Returns the value of attribute redmine_pass

Returns:

  • (Object)

    the current value of redmine_pass



9
10
11
# File 'lib/ci_helper/main_process.rb', line 9

def redmine_pass
  @redmine_pass
end