Returns a new instance of User.
7 8 9 10
# File 'lib/wdmc/user.rb', line 7 def initialize(*args) @wdmc = Wdmc::Client.new super end