Class: Lita::Handlers::Trello

Inherits:
Handler
  • Object
show all
Defined in:
lib/lita/handlers/trello.rb

Instance Method Summary collapse

Instance Method Details

#trello_add(response) ⇒ Object



14
15
16
17
# File 'lib/lita/handlers/trello.rb', line 14

def trello_add(response)
  ourAddress = "Suite 402, 55 Lime Street, Sydney NSW 2000"
  response.reply ourAddress
end

#trello_list(response) ⇒ Object



26
27
28
29
# File 'lib/lita/handlers/trello.rb', line 26

def trello_list(response)
  ourAddress = "Suite 402, 55 Lime Street, Sydney NSW 2000"
  response.reply ourAddress
end