Method: Gitlab::QA::Component::Base#exec_commands=

Defined in:
lib/gitlab/qa/component/base.rb

#exec_commands=(value) ⇒ Object

Sets the attribute exec_commands

Parameters:

  • value

    the value to set the attribute exec_commands to.



12
13
14
# File 'lib/gitlab/qa/component/base.rb', line 12

def exec_commands=(value)
  @exec_commands = value
end