Class: Marlens::GithubToJiraComment::JiraUrl::Issue

Inherits:
Struct
  • Object
show all
Defined in:
lib/marlens/github_to_jira_comment/jira_url.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_urlObject

Returns the value of attribute base_url

Returns:

  • (Object)

    the current value of base_url



8
9
10
# File 'lib/marlens/github_to_jira_comment/jira_url.rb', line 8

def base_url
  @base_url
end

#issue_keyObject

Returns the value of attribute issue_key

Returns:

  • (Object)

    the current value of issue_key



8
9
10
# File 'lib/marlens/github_to_jira_comment/jira_url.rb', line 8

def issue_key
  @issue_key
end