Class: WeixinPublic::AppMsg

Inherits:
WeixinObject show all
Defined in:
lib/weixin_public.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from WeixinObject

#initialize

Constructor Details

This class inherits a constructor from WeixinPublic::WeixinObject

Instance Attribute Details

#appIdObject

Returns the value of attribute appId.



18
19
20
# File 'lib/weixin_public.rb', line 18

def appId
  @appId
end

#timeObject

Returns the value of attribute time.



18
19
20
# File 'lib/weixin_public.rb', line 18

def time
  @time
end

#titleObject

Returns the value of attribute title.



18
19
20
# File 'lib/weixin_public.rb', line 18

def title
  @title
end