module Pixaven
Constants
- VERSION
Public Class Methods
new(*args)
click to toggle source
Making Client
constructor public to avoid Pixaven::Client.new
invocation
# File lib/pixaven.rb, line 16 def self.new(*args) Client.new(*args) end