Class: MpWeixin::Video

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.



99
100
101
# File 'lib/mp_weixin/models/reply_message.rb', line 99

def Description
  @Description
end

#MediaIdObject

Returns the value of attribute MediaId.



99
100
101
# File 'lib/mp_weixin/models/reply_message.rb', line 99

def MediaId
  @MediaId
end

#TitleObject

Returns the value of attribute Title.



99
100
101
# File 'lib/mp_weixin/models/reply_message.rb', line 99

def Title
  @Title
end