class Ruboty::Handlers::HttpCurl

Public Instance Methods

http_curl(message) click to toggle source
# File lib/ruboty/handlers/http_curl.rb, line 8
def http_curl(message)
  Ruboty::HttpCurl::Actions::HttpCurl.new(message).call
end