class Ucenter::Client

Public Instance Methods

app() click to toggle source
# File lib/ucenter/client.rb, line 3
def app
  @app ||= Ucenter::Interface::App.new(self)
end
authcode() click to toggle source
# File lib/ucenter/client.rb, line 7
def authcode
  @authcode ||= Ucenter::Interface::Authcode.new(self)
end
user() click to toggle source
# File lib/ucenter/client.rb, line 11
def user
  @user ||= Ucenter::Interface::User.new(self)
end