Module: RoboPigeon::Dsl::Helpers::Markdown
- Included in:
- RoboPigeon::Dsl::Helpers
- Defined in:
- lib/robopigeon/markdown/helper_dsl.rb
Instance Method Summary collapse
- #confluence_from_md(file) ⇒ Object
- #html_from_md(file) ⇒ Object
- #jira_from_md(file) ⇒ Object
- #slack_from_md(file) ⇒ Object
Instance Method Details
#confluence_from_md(file) ⇒ Object
16 17 18 |
# File 'lib/robopigeon/markdown/helper_dsl.rb', line 16 def confluence_from_md(file) from_md_template(file).to_confluence end |
#html_from_md(file) ⇒ Object
40 41 42 |
# File 'lib/robopigeon/markdown/helper_dsl.rb', line 40 def html_from_md(file) from_md_template(file).to_html end |
#jira_from_md(file) ⇒ Object
28 29 30 |
# File 'lib/robopigeon/markdown/helper_dsl.rb', line 28 def jira_from_md(file) from_md_template(file).to_confluence end |
#slack_from_md(file) ⇒ Object
52 53 54 |
# File 'lib/robopigeon/markdown/helper_dsl.rb', line 52 def slack_from_md(file) from_md_template(file).to_slack end |