Method: WeChat::Bot::Contact#to_s

Defined in:
lib/wechat/bot/contact.rb

#to_sObject



119
120
121
# File 'lib/wechat/bot/contact.rb', line 119

def to_s
  "#<#{self.class}:#{object_id.to_s(16)} username='#{username}' nickname='#{nickname}' kind='#{kind}'>"
end