Class: MainProcess::USER_CONFIG

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

Instance Attribute Summary collapse

Instance Attribute Details

#bit_acObject

Returns the value of attribute bit_ac

Returns:

  • (Object)

    the current value of bit_ac



6
7
8
# File 'lib/ci_helper/main_process.rb', line 6

def bit_ac
  @bit_ac
end

#bit_passObject

Returns the value of attribute bit_pass

Returns:

  • (Object)

    the current value of bit_pass



6
7
8
# File 'lib/ci_helper/main_process.rb', line 6

def bit_pass
  @bit_pass
end

#ci_acObject

Returns the value of attribute ci_ac

Returns:

  • (Object)

    the current value of ci_ac



6
7
8
# File 'lib/ci_helper/main_process.rb', line 6

def ci_ac
  @ci_ac
end

#ci_passObject

Returns the value of attribute ci_pass

Returns:

  • (Object)

    the current value of ci_pass



6
7
8
# File 'lib/ci_helper/main_process.rb', line 6

def ci_pass
  @ci_pass
end