Class: YoptaSwitcher::CLI::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/yopta_switcher/cli/options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#browserObject

Returns the value of attribute browser

Returns:

  • (Object)

    the current value of browser



3
4
5
# File 'lib/yopta_switcher/cli/options.rb', line 3

def browser
  @browser
end

#loginObject

Returns the value of attribute login

Returns:

  • (Object)

    the current value of login



3
4
5
# File 'lib/yopta_switcher/cli/options.rb', line 3

def 
  @login
end

#login_urlObject

Returns the value of attribute login_url

Returns:

  • (Object)

    the current value of login_url



3
4
5
# File 'lib/yopta_switcher/cli/options.rb', line 3

def 
  @login_url
end

#operation_classObject

Returns the value of attribute operation_class

Returns:

  • (Object)

    the current value of operation_class



3
4
5
# File 'lib/yopta_switcher/cli/options.rb', line 3

def operation_class
  @operation_class
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



3
4
5
# File 'lib/yopta_switcher/cli/options.rb', line 3

def password
  @password
end

#wait_timeoutObject

Returns the value of attribute wait_timeout

Returns:

  • (Object)

    the current value of wait_timeout



3
4
5
# File 'lib/yopta_switcher/cli/options.rb', line 3

def wait_timeout
  @wait_timeout
end