Top Level Namespace
Defined Under Namespace
Modules: CocoaDepot, KCommercial, KCommercialPipeline, RubyLanguage, XCAssets Classes: Pathname, String
Instance Method Summary collapse
Instance Method Details
#demo ⇒ Object
89 90 91 92 93 94 95 96 97 |
# File 'lib/KCommercialPipeline/core/kim_notify.rb', line 89 def demo content = <<EOF ###### #{"测试..."} <img src="https://img0.baidu.com/it/u=1978332745,2310111244&fm=26&fmt=auto" width="200" height="200" /> EOF kim_model = KimModel.new(MessageType::Markdown,"",content,"",["huzongxing"]) kim = Kim.new("75ec6f27-eede-46c0-8f2b-264dbc165af0",kim_model) kim.notifi_kim end |