Module: Model::Reply::MusicReply

Extended by:
ActiveSupport::Concern
Included in:
Wechat::MusicReply
Defined in:
app/models/wechat/model/reply/music_reply.rb

Instance Method Summary collapse

Instance Method Details

#contentObject



9
10
11
12
13
14
15
16
17
# File 'app/models/wechat/model/reply/music_reply.rb', line 9

def content
  {
    Music: {
      ThumbMediaId: value,
      Title: title,
      Description: description
    }
  }
end