Class: Chirpstream::Handlers
- Inherits:
-
Struct
- Object
- Struct
- Chirpstream::Handlers
- Defined in:
- lib/chirpstream.rb
Instance Attribute Summary collapse
-
#connect ⇒ Object
Returns the value of attribute connect.
-
#delete ⇒ Object
Returns the value of attribute delete.
-
#direct_message ⇒ Object
Returns the value of attribute direct_message.
-
#favorite ⇒ Object
Returns the value of attribute favorite.
-
#follow ⇒ Object
Returns the value of attribute follow.
-
#friend ⇒ Object
Returns the value of attribute friend.
-
#reconnect ⇒ Object
Returns the value of attribute reconnect.
-
#retweet ⇒ Object
Returns the value of attribute retweet.
-
#tweet ⇒ Object
Returns the value of attribute tweet.
-
#unfavorite ⇒ Object
Returns the value of attribute unfavorite.
Instance Attribute Details
#connect ⇒ Object
Returns the value of attribute connect
30 31 32 |
# File 'lib/chirpstream.rb', line 30 def connect @connect end |
#delete ⇒ Object
Returns the value of attribute delete
30 31 32 |
# File 'lib/chirpstream.rb', line 30 def delete @delete end |
#direct_message ⇒ Object
Returns the value of attribute direct_message
30 31 32 |
# File 'lib/chirpstream.rb', line 30 def @direct_message end |
#favorite ⇒ Object
Returns the value of attribute favorite
30 31 32 |
# File 'lib/chirpstream.rb', line 30 def favorite @favorite end |
#follow ⇒ Object
Returns the value of attribute follow
30 31 32 |
# File 'lib/chirpstream.rb', line 30 def follow @follow end |
#friend ⇒ Object
Returns the value of attribute friend
30 31 32 |
# File 'lib/chirpstream.rb', line 30 def friend @friend end |
#reconnect ⇒ Object
Returns the value of attribute reconnect
30 31 32 |
# File 'lib/chirpstream.rb', line 30 def reconnect @reconnect end |
#retweet ⇒ Object
Returns the value of attribute retweet
30 31 32 |
# File 'lib/chirpstream.rb', line 30 def retweet @retweet end |
#tweet ⇒ Object
Returns the value of attribute tweet
30 31 32 |
# File 'lib/chirpstream.rb', line 30 def tweet @tweet end |
#unfavorite ⇒ Object
Returns the value of attribute unfavorite
30 31 32 |
# File 'lib/chirpstream.rb', line 30 def unfavorite @unfavorite end |