Class: WeixinRailsMiddleware::TransferCustomerServiceWithTransInfoReplyMessage
- Inherits:
-
ReplyMessage
- Object
- ReplyMessage
- WeixinRailsMiddleware::TransferCustomerServiceWithTransInfoReplyMessage
- Defined in:
- lib/weixin_rails_middleware/models/reply_message.rb
Overview
<xml>
<ToUserName><![CDATA[touser]]></ToUserName>
<FromUserName><![CDATA[fromuser]]></FromUserName>
<CreateTime>1399197672</CreateTime>
<MsgType><![CDATA[transfer_customer_service]]></MsgType>
<TransInfo>
<KfAccount>test1@test</KfAccount>
</TransInfo>
</xml>
Instance Method Summary collapse
-
#initialize ⇒ TransferCustomerServiceWithTransInfoReplyMessage
constructor
A new instance of TransferCustomerServiceWithTransInfoReplyMessage.
Methods inherited from ReplyMessage
Constructor Details
#initialize ⇒ TransferCustomerServiceWithTransInfoReplyMessage
Returns a new instance of TransferCustomerServiceWithTransInfoReplyMessage.
212 213 214 215 |
# File 'lib/weixin_rails_middleware/models/reply_message.rb', line 212 def initialize super @MsgType = 'transfer_customer_service' end |