Class: Synacrb::Common::MessageCreate
- Inherits:
-
Struct
- Object
- Struct
- Synacrb::Common::MessageCreate
- Defined in:
- lib/synacrb/common.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
49 50 51 |
# File 'lib/synacrb/common.rb', line 49 def channel @channel end |
#text ⇒ Object
Returns the value of attribute text
49 50 51 |
# File 'lib/synacrb/common.rb', line 49 def text @text end |