Method: HTTPX::Connection#current_selector=
- Defined in:
- lib/httpx/connection.rb
#current_selector=(value) ⇒ Object (writeonly)
Sets the attribute current_selector
43 44 45 |
# File 'lib/httpx/connection.rb', line 43 def current_selector=(value) @current_selector = value end |