Class: Smess::HttpBase
- Includes:
- Logging
- Defined in:
- lib/smess/outputs/http_base.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Output
Instance Method Summary collapse
-
#initialize(config) ⇒ HttpBase
constructor
A new instance of HttpBase.
- #sender_id ⇒ Object
Methods included from Logging
Methods inherited from Output
#check, #deliver, #send_feedback, #validate_config, #verify
Constructor Details
#initialize(config) ⇒ HttpBase
Returns a new instance of HttpBase.
8 9 10 11 |
# File 'lib/smess/outputs/http_base.rb', line 8 def initialize(config) super HTTPI.log_level = :debug end |