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.



22
23
24
# File 'lib/bscan/utils/bscan_helper.rb', line 22

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

Instance Attribute Details

#req_strObject

Returns the value of attribute req_str.



20
21
22
# File 'lib/bscan/utils/bscan_helper.rb', line 20

def req_str
  @req_str
end

#rsp_strObject

Returns the value of attribute rsp_str.



21
22
23
# File 'lib/bscan/utils/bscan_helper.rb', line 21

def rsp_str
  @rsp_str
end