Class: Collavre::Channel::InjectedMessage
- Inherits:
-
Data
- Object
- Data
- Collavre::Channel::InjectedMessage
- Defined in:
- app/models/collavre/channel/injected_message.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#link ⇒ Object
readonly
Returns the value of attribute link.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#speaker ⇒ Object
readonly
Returns the value of attribute speaker.
Instance Attribute Details
#label ⇒ Object (readonly)
Returns the value of attribute label
3 4 5 |
# File 'app/models/collavre/channel/injected_message.rb', line 3 def label @label end |
#link ⇒ Object (readonly)
Returns the value of attribute link
3 4 5 |
# File 'app/models/collavre/channel/injected_message.rb', line 3 def link @link end |
#message ⇒ Object (readonly)
Returns the value of attribute message
3 4 5 |
# File 'app/models/collavre/channel/injected_message.rb', line 3 def @message end |
#speaker ⇒ Object (readonly)
Returns the value of attribute speaker
3 4 5 |
# File 'app/models/collavre/channel/injected_message.rb', line 3 def speaker @speaker end |