Class: TweetingCake::TwitterClient

Inherits:
Object
  • Object
show all
Defined in:
lib/tweeting_cake/twitter_client.rb

Instance Method Summary collapse

Instance Method Details

#tweet(message) ⇒ Object



5
6
7
8
# File 'lib/tweeting_cake/twitter_client.rb', line 5

def tweet(message)
  #puts message
  client.update(message)
end