Class: Copyist::Job::IssueTicket

Inherits:
Struct
  • Object
show all
Defined in:
lib/copyist/job.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/job.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/job.rb', line 5

def labels
  @labels
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end