Method: BOTR::HTTP#client
- Defined in:
- lib/botr/http/http.rb
#client ⇒ Object
5 6 7 8 |
# File 'lib/botr/http/http.rb', line 5 def client @client = BOTR::HTTPBackend.new unless @client @client end |
5 6 7 8 |
# File 'lib/botr/http/http.rb', line 5 def client @client = BOTR::HTTPBackend.new unless @client @client end |