Class: CiHelper::MainProcess::USER_CONFIG
- Inherits:
-
Struct
- Object
- Struct
- CiHelper::MainProcess::USER_CONFIG
- 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
-
#bit_ac ⇒ Object
Returns the value of attribute bit_ac.
-
#bit_pass ⇒ Object
Returns the value of attribute bit_pass.
-
#ci_ac ⇒ Object
Returns the value of attribute ci_ac.
-
#ci_pass ⇒ Object
Returns the value of attribute ci_pass.
-
#redmine_ac ⇒ Object
Returns the value of attribute redmine_ac.
-
#redmine_pass ⇒ Object
Returns the value of attribute redmine_pass.
Instance Attribute Details
#bit_ac ⇒ Object
Returns the value of attribute bit_ac
9 10 11 |
# File 'lib/ci_helper/main_process.rb', line 9 def bit_ac @bit_ac end |
#bit_pass ⇒ Object
Returns the value of attribute bit_pass
9 10 11 |
# File 'lib/ci_helper/main_process.rb', line 9 def bit_pass @bit_pass end |
#ci_ac ⇒ Object
Returns the value of attribute ci_ac
9 10 11 |
# File 'lib/ci_helper/main_process.rb', line 9 def ci_ac @ci_ac end |
#ci_pass ⇒ Object
Returns the value of attribute ci_pass
9 10 11 |
# File 'lib/ci_helper/main_process.rb', line 9 def ci_pass @ci_pass end |
#redmine_ac ⇒ Object
Returns the value of attribute redmine_ac
9 10 11 |
# File 'lib/ci_helper/main_process.rb', line 9 def redmine_ac @redmine_ac end |
#redmine_pass ⇒ Object
Returns the value of attribute redmine_pass
9 10 11 |
# File 'lib/ci_helper/main_process.rb', line 9 def redmine_pass @redmine_pass end |