class MediumScrapper

Attributes

user[R]

Public Instance Methods

load_user(username) click to toggle source
# File lib/medium-scrapper.rb, line 7
def load_user(username)
  UserRetriever.new(UrlParser).load(username)
end