Class: BscanHelper::Message
- Inherits:
-
Object
- Object
- BscanHelper::Message
- Defined in:
- lib/bscan/utils/bscan_helper.rb
Instance Attribute Summary collapse
-
#req_str ⇒ Object
Returns the value of attribute req_str.
-
#rsp_str ⇒ Object
Returns the value of attribute rsp_str.
Instance Method Summary collapse
-
#initialize(req, rsp) ⇒ Message
constructor
A new instance of Message.
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_str ⇒ Object
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_str ⇒ Object
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 |