Method: HTTPX::Connection#current_selector=

Defined in:
lib/httpx/connection.rb

#current_selector=(value) ⇒ Object (writeonly)

Sets the attribute current_selector

Parameters:

  • value

    the value to set the attribute current_selector to.



43
44
45
# File 'lib/httpx/connection.rb', line 43

def current_selector=(value)
  @current_selector = value
end