Module: Instagrammer
- Defined in:
- lib/instagrammer.rb,
lib/instagrammer/version.rb
Defined Under Namespace
Modules: Utils Classes: Post, PostInvalid, PostNotFound, PrivateAccount, PrivatePost, User, UserInvalid, UserNotFound
Constant Summary collapse
- VERSION =
"0.3.2"
Class Method Summary collapse
Class Method Details
.new(username) ⇒ Object
18 19 20 |
# File 'lib/instagrammer.rb', line 18 def self.new(username) User.new(username) end |