Sha256: 62cc8277f189fe57de518b0c36536a4c258119a95f359a54c8aa489b4235f0a4
Contents?: true
Size: 511 Bytes
Versions: 11
Compression:
Stored size: 511 Bytes
Contents
module ASIR class Message # !SLIDE # Message::State # # Encapsulate the Message, Result and their payloads and other state. # This is passed between Transport#send_request, #receive_request, #send_response, #receive_response. class State include Initialization attr_accessor :message, :result attr_accessor :message_payload, :result_payload attr_accessor :message_opaque, :result_opaque attr_accessor :in_stream, :out_stream attr_accessor :additional_data end end end
Version data entries
11 entries across 11 versions & 1 rubygems