Class: Smess::GlobalMouth

Inherits:
HttpBase show all
Defined in:
lib/smess/outputs/global_mouth.rb

Instance Method Summary collapse

Methods inherited from HttpBase

#initialize

Methods included from Logging

#logger

Constructor Details

This class inherits a constructor from Smess::HttpBase

Instance Method Details

#deliverObject



7
8
9
10
11
# File 'lib/smess/outputs/global_mouth.rb', line 7

def deliver
  generate_mac_hash
  request.url = "#{url}?#{params.to_query}"
  http_get request
end