Class: Twat::Subcommands::Mentions
- Includes:
- FollowMixin
- Defined in:
- lib/twat/subcommands/mentions.rb
Constant Summary
Constants included from FollowMixin
FollowMixin::POLLING_RESOLUTION
Class Method Summary collapse
Instance Method Summary collapse
Methods included from FollowMixin
Methods inherited from Base
#args, #auth!, #beep, #config, #deentitize, #enable_readline!, #format, #initialize, #needs_arguments, #needs_at_least, #opts, #pad, #reader, #run!, #usage, #usage_and_exit!
Methods included from Exceptions
Constructor Details
This class inherits a constructor from Twat::Subcommands::Base
Class Method Details
.usage ⇒ Object
10 11 12 |
# File 'lib/twat/subcommands/mentions.rb', line 10 def self.usage "Usage: twat mentions" end |
Instance Method Details
#new_tweets(opts) ⇒ Object
14 15 16 |
# File 'lib/twat/subcommands/mentions.rb', line 14 def new_tweets(opts) ret = Twitter.mentions(opts) end |
#run ⇒ Object
5 6 7 8 |
# File 'lib/twat/subcommands/mentions.rb', line 5 def run needs_arguments(0) super end |