Class: Synacrb::Common::MessageCreate

Inherits:
Struct
  • Object
show all
Defined in:
lib/synacrb/common.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



49
50
51
# File 'lib/synacrb/common.rb', line 49

def channel
  @channel
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



49
50
51
# File 'lib/synacrb/common.rb', line 49

def text
  @text
end