Method: IGScrape::Client#initialize
- Defined in:
- lib/ig_scrape/client.rb
#initialize(username) ⇒ Client
Returns a new instance of Client.
7 8 9 10 11 |
# File 'lib/ig_scrape/client.rb', line 7 def initialize(username) @username = username @posts = [] load_profile end |