Class: ReportData

Inherits:
Object
  • Object
show all
Defined in:
lib/rubbyReport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#images_arrayObject

Returns the value of attribute images_array.



49
50
51
# File 'lib/rubbyReport.rb', line 49

def images_array
  @images_array
end

#issue_descriptionObject

Returns the value of attribute issue_description.



49
50
51
# File 'lib/rubbyReport.rb', line 49

def issue_description
  @issue_description
end

#issue_keyObject

Returns the value of attribute issue_key.



49
50
51
# File 'lib/rubbyReport.rb', line 49

def issue_key
  @issue_key
end

#timeObject

Returns the value of attribute time.



49
50
51
# File 'lib/rubbyReport.rb', line 49

def time
  @time
end