Class: Playapi::Instagrabber

Inherits:
Feature show all
Defined in:
lib/playapi/instagrabber.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

#client_idObject (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_secretObject (readonly)

Returns the value of attribute client_secret.



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

def client_secret
  @client_secret
end

#hashtagsObject (readonly)

Returns the value of attribute hashtags.



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

def hashtags
  @hashtags
end

#oauth_tokenObject (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_idsObject (readonly)

Returns the value of attribute user_ids.



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

def user_ids
  @user_ids
end