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.
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_str ⇒ Object
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_str ⇒ Object
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 |