Method: Gitlab::QA::Component::InternetTunnel#name=

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

#name=(value) ⇒ Object

Sets the attribute name

Parameters:

  • value

    the value to set the attribute name to.



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

def name=(value)
  @name = value
end