Class: Copyist::Jira::IssueTicket
- Inherits:
-
Struct
- Object
- Struct
- Copyist::Jira::IssueTicket
- Defined in:
- lib/copyist/jira.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/copyist/jira.rb', line 5 def description @description end |
#labels ⇒ Object
Returns the value of attribute labels
5 6 7 |
# File 'lib/copyist/jira.rb', line 5 def labels @labels end |
#parent ⇒ Object
Returns the value of attribute parent
5 6 7 |
# File 'lib/copyist/jira.rb', line 5 def parent @parent end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'lib/copyist/jira.rb', line 5 def title @title end |