Exception: BWA::InvalidMessage
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- BWA::InvalidMessage
- Defined in:
- lib/bwa/message.rb
Instance Attribute Summary collapse
-
#raw_data ⇒ Object
readonly
Returns the value of attribute raw_data.
Instance Method Summary collapse
-
#initialize(message, data) ⇒ InvalidMessage
constructor
A new instance of InvalidMessage.
Constructor Details
#initialize(message, data) ⇒ InvalidMessage
Returns a new instance of InvalidMessage.
10 11 12 13 |
# File 'lib/bwa/message.rb', line 10 def initialize(, data) @raw_data = data super() end |
Instance Attribute Details
#raw_data ⇒ Object (readonly)
Returns the value of attribute raw_data.
8 9 10 |
# File 'lib/bwa/message.rb', line 8 def raw_data @raw_data end |