module GDataPlus::Authenticator::Common

Public Instance Methods

client(*args) click to toggle source
# File lib/gdata_plus/authenticator/common.rb, line 4
def client(*args)
  Client.new(self, *args)
end