Class: MpWeixin::Music

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model, ROXML
Defined in:
lib/mp_weixin/models/reply_message.rb

Instance Attribute Summary collapse

Method Summary

Methods included from ActiveModel::Model

included, #initialize, #persisted?

Instance Attribute Details

#DescriptionObject

Returns the value of attribute Description.



123
124
125
# File 'lib/mp_weixin/models/reply_message.rb', line 123

def Description
  @Description
end

#HQMusicUrlObject

Returns the value of attribute HQMusicUrl.



123
124
125
# File 'lib/mp_weixin/models/reply_message.rb', line 123

def HQMusicUrl
  @HQMusicUrl
end

#MusicUrlObject

Returns the value of attribute MusicUrl.



123
124
125
# File 'lib/mp_weixin/models/reply_message.rb', line 123

def MusicUrl
  @MusicUrl
end

#ThumbMediaIdObject

Returns the value of attribute ThumbMediaId.



123
124
125
# File 'lib/mp_weixin/models/reply_message.rb', line 123

def ThumbMediaId
  @ThumbMediaId
end

#TitleObject

Returns the value of attribute Title.



123
124
125
# File 'lib/mp_weixin/models/reply_message.rb', line 123

def Title
  @Title
end