Class: Marlens::GithubToJiraComment::GithubMarkdownResolver::Result
- Inherits:
-
Struct
- Object
- Struct
- Marlens::GithubToJiraComment::GithubMarkdownResolver::Result
- Defined in:
- lib/marlens/github_to_jira_comment/github_markdown_resolver.rb
Instance Attribute Summary collapse
-
#allowed_image_hosts ⇒ Object
Returns the value of attribute allowed_image_hosts.
-
#markdown ⇒ Object
Returns the value of attribute markdown.
Instance Attribute Details
#allowed_image_hosts ⇒ Object
Returns the value of attribute allowed_image_hosts
9 10 11 |
# File 'lib/marlens/github_to_jira_comment/github_markdown_resolver.rb', line 9 def allowed_image_hosts @allowed_image_hosts end |
#markdown ⇒ Object
Returns the value of attribute markdown
9 10 11 |
# File 'lib/marlens/github_to_jira_comment/github_markdown_resolver.rb', line 9 def markdown @markdown end |