class Sogou::Search::Api::Service::Account
Public Class Methods
new()
click to toggle source
Calls superclass method
Sogou::Search::Api::Core::BaseService::new
# File lib/sogou/search/api/service/account.rb, line 8 def initialize super('AccountService') end
Public Instance Methods
get_account_info(options: {}, &block)
click to toggle source
# File lib/sogou/search/api/service/account.rb, line 12 def get_account_info(options: {}, &block) command = make_command(:get_account_info, options: options) execute_command(command, &block) end