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

#contentObject



9
10
11
# File 'app/models/wechat/model/reply/text_reply.rb', line 9

def content
  { Content: value }
end