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.



46
47
48
# File 'lib/bscan/utils/bscan_helper.rb', line 46

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

Instance Attribute Details

#req_strObject

Returns the value of attribute req_str.



44
45
46
# File 'lib/bscan/utils/bscan_helper.rb', line 44

def req_str
  @req_str
end

#rsp_strObject

Returns the value of attribute rsp_str.



45
46
47
# File 'lib/bscan/utils/bscan_helper.rb', line 45

def rsp_str
  @rsp_str
end