Class: Wechat::Follower

Inherits:
DataObject show all
Defined in:
lib/wechat/data_objects/follower.rb

Overview

Methods for the Followers

Class Method Summary collapse

Methods inherited from DataObject

get, parameterize_params, post, #request

Class Method Details

.listObject



17
18
19
20
# File 'lib/wechat/data_objects/follower.rb', line 17

def list
  get("user/get", {})

end

.show(openid) ⇒ Object



32
33
34
# File 'lib/wechat/data_objects/follower.rb', line 32

def show(openid)
  get("user/info", {openid: openid})
end