Method: Sentra::ProcessingClient#send

Defined in:
lib/sentra/sents.rb

#sendObject



19
20
21
22
23
24
25
26
# File 'lib/sentra/sents.rb', line 19

def send

  p 'sending'
  p @tweet.content
  @queue.SendText(@tweet)


end