Class: Ucenter::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/ucenter/client.rb

Instance Method Summary collapse

Instance Method Details

#appObject



3
4
5
# File 'lib/ucenter/client.rb', line 3

def app
  @app ||= Ucenter::Interface::App.new(self)
end

#authcodeObject



7
8
9
# File 'lib/ucenter/client.rb', line 7

def authcode
  @authcode ||= Ucenter::Interface::Authcode.new(self)
end

#userObject



11
12
13
# File 'lib/ucenter/client.rb', line 11

def user
  @user ||= Ucenter::Interface::User.new(self)
end