module Instagrammer

Constants

VERSION

Public Class Methods

new(username) click to toggle source
# File lib/instagrammer.rb, line 18
def self.new(username)
  User.new(username)
end