Class: ReportData
- Inherits:
-
Object
- Object
- ReportData
- Defined in:
- lib/rubbyReport.rb
Instance Attribute Summary collapse
-
#images_array ⇒ Object
Returns the value of attribute images_array.
-
#issue_description ⇒ Object
Returns the value of attribute issue_description.
-
#issue_key ⇒ Object
Returns the value of attribute issue_key.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#images_array ⇒ Object
Returns the value of attribute images_array.
49 50 51 |
# File 'lib/rubbyReport.rb', line 49 def images_array @images_array end |
#issue_description ⇒ Object
Returns the value of attribute issue_description.
49 50 51 |
# File 'lib/rubbyReport.rb', line 49 def issue_description @issue_description end |
#issue_key ⇒ Object
Returns the value of attribute issue_key.
49 50 51 |
# File 'lib/rubbyReport.rb', line 49 def issue_key @issue_key end |
#time ⇒ Object
Returns the value of attribute time.
49 50 51 |
# File 'lib/rubbyReport.rb', line 49 def time @time end |