Class: Smess::HttpBase

Inherits:
Object
  • Object
show all
Includes:
Logging
Defined in:
lib/smess/outputs/http_base.rb

Direct Known Subclasses

CardBoardFish, GlobalMouth, Smsglobal

Instance Method Summary collapse

Methods included from Logging

#logger

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