Class: Mantle::TestMessage
- Inherits:
-
Struct
- Object
- Struct
- Mantle::TestMessage
- Defined in:
- lib/mantle/testing.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
14 15 16 |
# File 'lib/mantle/testing.rb', line 14 def channel @channel end |
#message ⇒ Object
Returns the value of attribute message
14 15 16 |
# File 'lib/mantle/testing.rb', line 14 def @message end |