Module: DeviantArt
- Defined in:
- lib/deviantart.rb,
lib/deviantart/base.rb,
lib/deviantart/data.rb,
lib/deviantart/feed.rb,
lib/deviantart/user.rb,
lib/deviantart/error.rb,
lib/deviantart/status.rb,
lib/deviantart/gallery.rb,
lib/deviantart/version.rb,
lib/deviantart/data/tos.rb,
lib/deviantart/deviation.rb,
lib/deviantart/feed/home.rb,
lib/deviantart/user/whois.rb,
lib/deviantart/client/data.rb,
lib/deviantart/client/feed.rb,
lib/deviantart/client/user.rb,
lib/deviantart/collections.rb,
lib/deviantart/gallery/all.rb,
lib/deviantart/data/privacy.rb,
lib/deviantart/user/friends.rb,
lib/deviantart/user/profile.rb,
lib/deviantart/user/statuses.rb,
lib/deviantart/user/watchers.rb,
lib/deviantart/client/gallery.rb,
lib/deviantart/data/countries.rb,
lib/deviantart/data/submission.rb,
lib/deviantart/gallery/folders.rb,
lib/deviantart/client/deviation.rb,
lib/deviantart/deviation/content.rb,
lib/deviantart/authorization_code.rb,
lib/deviantart/client/collections.rb,
lib/deviantart/client_credentials.rb,
lib/deviantart/deviation/download.rb,
lib/deviantart/deviation/metadata.rb,
lib/deviantart/deviation/whofaved.rb,
lib/deviantart/collections/folders.rb,
lib/deviantart/user/friends/search.rb,
lib/deviantart/deviation/embeddedcontent.rb,
lib/deviantart/authorization_code/access_token.rb,
lib/deviantart/client_credentials/access_token.rb,
lib/deviantart/authorization_code/refresh_token.rb,
lib/deviantart/client.rb
Defined Under Namespace
Classes: AuthorizationCode, Base, Client, ClientCredentials, Collections, Data, Deviation, Error, Feed, Gallery, Status, User
Constant Summary collapse
- VERSION =
"0.3.2"
Class Method Summary collapse
-
.new(*args, &block) ⇒ Object
Bypass args and block to DeviantArt::Client …for backward compatibility.
Class Method Details
.new(*args, &block) ⇒ Object
Bypass args and block to DeviantArt::Client …for backward compatibility
11 12 13 |
# File 'lib/deviantart.rb', line 11 def self.new(*args, &block) DeviantArt::Client.new(*args, &block) end |