Module: DeviantArt
- Defined in:
- lib/deviantart.rb,
lib/deviantart/data.rb,
lib/deviantart/feed.rb,
lib/deviantart/user.rb,
lib/deviantart/gallery.rb,
lib/deviantart/version.rb,
lib/deviantart/deviation.rb,
lib/deviantart/collections.rb,
lib/deviantart/client.rb
Defined Under Namespace
Modules: Collections, Data, Deviation, Feed, Gallery, User Classes: Client
Constant Summary collapse
- VERSION =
"0.2.1"
Class Method Summary collapse
-
.new(*args, &block) ⇒ Object
Bypass args and block to DeviantArt::Client.
Class Method Details
.new(*args, &block) ⇒ Object
Bypass args and block to DeviantArt::Client
6 7 8 |
# File 'lib/deviantart.rb', line 6 def self.new(*args, &block) DeviantArt::Client.new(*args, &block) end |