class Lgwsim::QSTClient
- Lgwsim::QSTClient
- Reference
- Object
Defined in:
qst_client.crConstructors
Instance Method Summary
- #get_last_message_id
- #pull(etag = nil)
- #push(message : Message)
- #push(messages : Array(Message))
- #push(*, id : String, from : String, to : String, body : String)
Constructor Detail
def self.new(host = "nuntium-stg.instedd.org", port = 80, tls = false, *, account : String, channel_name : String, channel_password : String, incoming_batch_size : Int32)
#