Class: Marlens::GithubToJiraComment::JiraUrl::Issue
- Inherits:
-
Struct
- Object
- Struct
- Marlens::GithubToJiraComment::JiraUrl::Issue
- Defined in:
- lib/marlens/github_to_jira_comment/jira_url.rb
Instance Attribute Summary collapse
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#issue_key ⇒ Object
Returns the value of attribute issue_key.
Instance Attribute Details
#base_url ⇒ Object
Returns the value of attribute base_url
8 9 10 |
# File 'lib/marlens/github_to_jira_comment/jira_url.rb', line 8 def base_url @base_url end |
#issue_key ⇒ Object
Returns the value of attribute issue_key
8 9 10 |
# File 'lib/marlens/github_to_jira_comment/jira_url.rb', line 8 def issue_key @issue_key end |