Class: Playapi::Instagrabber
- Defined in:
- lib/playapi/instagrabber.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
readonly
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
readonly
Returns the value of attribute client_secret.
-
#hashtags ⇒ Object
readonly
Returns the value of attribute hashtags.
-
#oauth_token ⇒ Object
readonly
Returns the value of attribute oauth_token.
-
#user_ids ⇒ Object
readonly
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
#client_id ⇒ Object (readonly)
Returns the value of attribute client_id.
3 4 5 |
# File 'lib/playapi/instagrabber.rb', line 3 def client_id @client_id end |
#client_secret ⇒ Object (readonly)
Returns the value of attribute client_secret.
3 4 5 |
# File 'lib/playapi/instagrabber.rb', line 3 def client_secret @client_secret end |
#hashtags ⇒ Object (readonly)
Returns the value of attribute hashtags.
3 4 5 |
# File 'lib/playapi/instagrabber.rb', line 3 def @hashtags end |
#oauth_token ⇒ Object (readonly)
Returns the value of attribute oauth_token.
3 4 5 |
# File 'lib/playapi/instagrabber.rb', line 3 def oauth_token @oauth_token end |
#user_ids ⇒ Object (readonly)
Returns the value of attribute user_ids.
3 4 5 |
# File 'lib/playapi/instagrabber.rb', line 3 def user_ids @user_ids end |