Class: Danger::DangerJiraIssueLinks::JiraIssue

Inherits:
Struct
  • Object
show all
Defined in:
lib/jira_issue_links/plugin.rb

Overview

Private struct

Instance Attribute Summary collapse

Instance Attribute Details

#iconUrlObject

Returns the value of attribute iconUrl

Returns:

  • (Object)

    the current value of iconUrl



22
23
24
# File 'lib/jira_issue_links/plugin.rb', line 22

def iconUrl
  @iconUrl
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



22
23
24
# File 'lib/jira_issue_links/plugin.rb', line 22

def id
  @id
end

#issuetypeObject

Returns the value of attribute issuetype

Returns:

  • (Object)

    the current value of issuetype



22
23
24
# File 'lib/jira_issue_links/plugin.rb', line 22

def issuetype
  @issuetype
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



22
23
24
# File 'lib/jira_issue_links/plugin.rb', line 22

def summary
  @summary
end