Class: BscanHelper::Message

Inherits:
Object
  • Object
show all
Defined in:
lib/bscan/utils/bscan_helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(req, rsp) ⇒ Message

Returns a new instance of Message.



57
58
59
# File 'lib/bscan/utils/bscan_helper.rb', line 57

def initialize(req, rsp)
    @req_str,@rsp_str = req,rsp
end

Instance Attribute Details

#req_strObject

Returns the value of attribute req_str.



55
56
57
# File 'lib/bscan/utils/bscan_helper.rb', line 55

def req_str
  @req_str
end

#rsp_strObject

Returns the value of attribute rsp_str.



56
57
58
# File 'lib/bscan/utils/bscan_helper.rb', line 56

def rsp_str
  @rsp_str
end