Class: MpWeixin::Item

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.



148
149
150
# File 'lib/mp_weixin/models/reply_message.rb', line 148

def Description
  @Description
end

#PicUrlObject

Returns the value of attribute PicUrl.



148
149
150
# File 'lib/mp_weixin/models/reply_message.rb', line 148

def PicUrl
  @PicUrl
end

#TitleObject

Returns the value of attribute Title.



148
149
150
# File 'lib/mp_weixin/models/reply_message.rb', line 148

def Title
  @Title
end

#UrlObject

Returns the value of attribute Url.



148
149
150
# File 'lib/mp_weixin/models/reply_message.rb', line 148

def Url
  @Url
end