Class: TweetingCake::TwitterClient
- Inherits:
-
Object
- Object
- TweetingCake::TwitterClient
- 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() #puts message client.update() end |