Class: Copyist::Jira::IssueTicket

Inherits:
Struct
  • Object
show all
Defined in:
lib/copyist/jira.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/copyist/jira.rb', line 5

def description
  @description
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



5
6
7
# File 'lib/copyist/jira.rb', line 5

def labels
  @labels
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



5
6
7
# File 'lib/copyist/jira.rb', line 5

def parent
  @parent
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



5
6
7
# File 'lib/copyist/jira.rb', line 5

def title
  @title
end