Module: Model::Reply::TextReply
- Extended by:
- ActiveSupport::Concern
- Included in:
- Wechat::TextReply
- Defined in:
- app/models/wechat/model/reply/text_reply.rb
Instance Method Summary collapse
Instance Method Details
#content ⇒ Object
9 10 11 |
# File 'app/models/wechat/model/reply/text_reply.rb', line 9 def content { Content: value } end |