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