Module: Model::Reply::VideoReply
- Extended by:
- ActiveSupport::Concern
- Included in:
- Wechat::VideoReply
- Defined in:
- app/models/wechat/model/reply/video_reply.rb
Instance Method Summary collapse
Instance Method Details
#content ⇒ Object
9 10 11 12 13 14 15 16 17 |
# File 'app/models/wechat/model/reply/video_reply.rb', line 9 def content { Video: { MediaId: value, Title: title, Description: description } } end |