Method: Teamlab::Files#create_txt_in_common_docs
- Defined in:
- lib/teamlab/modules/files.rb
#create_txt_in_common_docs(title, content) ⇒ Object
17 18 19 |
# File 'lib/teamlab/modules/files.rb', line 17 def create_txt_in_common_docs(title, content) @request.post(%w(@common text), title: title.to_s, content: content.to_s) end |