Class: Collavre::Channel::InjectedMessage

Inherits:
Data
  • Object
show all
Defined in:
app/models/collavre/channel/injected_message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



3
4
5
# File 'app/models/collavre/channel/injected_message.rb', line 3

def label
  @label
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



3
4
5
# File 'app/models/collavre/channel/injected_message.rb', line 3

def link
  @link
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



3
4
5
# File 'app/models/collavre/channel/injected_message.rb', line 3

def message
  @message
end

#speakerObject (readonly)

Returns the value of attribute speaker

Returns:

  • (Object)

    the current value of speaker



3
4
5
# File 'app/models/collavre/channel/injected_message.rb', line 3

def speaker
  @speaker
end