Class: Ruboty::Adapters::Twitter
- Inherits:
-
Base
- Object
- Base
- Ruboty::Adapters::Twitter
- Includes:
- Mem
- Defined in:
- lib/ruboty/adapters/twitter.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
15 16 17 18 |
# File 'lib/ruboty/adapters/twitter.rb', line 15 def run abortable listen end |
#say(message) ⇒ Object
20 21 22 |
# File 'lib/ruboty/adapters/twitter.rb', line 20 def say() client.update([:body], in_reply_to_status_id: [:original][:tweet].try(:id)) end |