Method: BOTR::HTTP#client

Defined in:
lib/botr/http/http.rb

#clientObject



5
6
7
8
# File 'lib/botr/http/http.rb', line 5

def client
  @client = BOTR::HTTPBackend.new unless @client
  @client
end