Class: Mantle::TestMessage

Inherits:
Struct
  • Object
show all
Defined in:
lib/mantle/testing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



14
15
16
# File 'lib/mantle/testing.rb', line 14

def channel
  @channel
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



14
15
16
# File 'lib/mantle/testing.rb', line 14

def message
  @message
end