Class: Lita::FlowdockSource

Inherits:
Source
  • Object
show all
Defined in:
lib/lita/source/flowdock_source.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(user: nil, room: nil, private_message: false, message_id: nil) ⇒ FlowdockSource

Returns a new instance of FlowdockSource.



5
6
7
8
# File 'lib/lita/source/flowdock_source.rb', line 5

def initialize(user: nil, room: nil, private_message: false, message_id: nil)
  super(user: user, room: room, private_message: private_message)
  @message_id = message_id
end

Instance Attribute Details

#message_idObject (readonly)

Returns the value of attribute message_id.



3
4
5
# File 'lib/lita/source/flowdock_source.rb', line 3

def message_id
  @message_id
end