Class: Playapi::TwitterScraper

Inherits:
Feature show all
Defined in:
lib/playapi/twitter_scraper.rb

Instance Attribute Summary collapse

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

hi

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_keyObject

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_secretObject

Returns the value of attribute consumer_secret.



3
4
5
# File 'lib/playapi/twitter_scraper.rb', line 3

def consumer_secret
  @consumer_secret
end

#hashtagsObject

Returns the value of attribute hashtags.



3
4
5
# File 'lib/playapi/twitter_scraper.rb', line 3

def hashtags
  @hashtags
end

#oauth_tokenObject

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_secretObject

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_idsObject

Returns the value of attribute user_ids.



3
4
5
# File 'lib/playapi/twitter_scraper.rb', line 3

def user_ids
  @user_ids
end