Class: Smess::HttpBase
- Inherits:
-
Object
- Object
- Smess::HttpBase
- Includes:
- Logging
- Defined in:
- lib/smess/outputs/http_base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(sms) ⇒ HttpBase
constructor
A new instance of HttpBase.
Methods included from Logging
Constructor Details
#initialize(sms) ⇒ HttpBase
Returns a new instance of HttpBase.
8 9 10 11 |
# File 'lib/smess/outputs/http_base.rb', line 8 def initialize(sms) @sms = sms HTTPI.log_level = :debug end |