Class: Playapi::TwitterScraper
- Defined in:
- lib/playapi/twitter_scraper.rb
Instance Attribute Summary collapse
-
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
-
#consumer_secret ⇒ Object
Returns the value of attribute consumer_secret.
-
#hashtags ⇒ Object
Returns the value of attribute hashtags.
-
#oauth_token ⇒ Object
Returns the value of attribute oauth_token.
-
#oauth_token_secret ⇒ Object
Returns the value of attribute oauth_token_secret.
-
#user_ids ⇒ Object
Returns the value of attribute user_ids.
Attributes inherited from Feature
#attrs, #campaign_id, #default_points, #id, #live, #name
Method Summary
Methods inherited from Feature
#campaign, create, #destroy, destroy, find_by_facet, get, #interactions, list, #push, update
Methods included from Utils
Methods inherited from Identity
#==, fetch, #id, #initialize, store
Methods inherited from Base
#[], attr_reader, #attrs, fetch, fetch_or_new, from_response, identity_map, #initialize, store, #update
Constructor Details
This class inherits a constructor from Playapi::Identity
Instance Attribute Details
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
3 4 5 |
# File 'lib/playapi/twitter_scraper.rb', line 3 def consumer_key @consumer_key end |
#consumer_secret ⇒ Object
Returns the value of attribute consumer_secret.
3 4 5 |
# File 'lib/playapi/twitter_scraper.rb', line 3 def consumer_secret @consumer_secret end |
#hashtags ⇒ Object
Returns the value of attribute hashtags.
3 4 5 |
# File 'lib/playapi/twitter_scraper.rb', line 3 def @hashtags end |
#oauth_token ⇒ Object
Returns the value of attribute oauth_token.
3 4 5 |
# File 'lib/playapi/twitter_scraper.rb', line 3 def oauth_token @oauth_token end |
#oauth_token_secret ⇒ Object
Returns the value of attribute oauth_token_secret.
3 4 5 |
# File 'lib/playapi/twitter_scraper.rb', line 3 def oauth_token_secret @oauth_token_secret end |
#user_ids ⇒ Object
Returns the value of attribute user_ids.
3 4 5 |
# File 'lib/playapi/twitter_scraper.rb', line 3 def user_ids @user_ids end |