Class: GCPT::BuildReport::BuildMatric
- Inherits:
-
Object
- Object
- GCPT::BuildReport::BuildMatric
- Includes:
- JSONable
- Defined in:
- lib/gcpt/build_report/models.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
number, seconds.
-
#name ⇒ Object
string.
Method Summary
Methods included from JSONable
Instance Attribute Details
#duration ⇒ Object
number, seconds
54 55 56 |
# File 'lib/gcpt/build_report/models.rb', line 54 def duration @duration end |
#name ⇒ Object
string
53 54 55 |
# File 'lib/gcpt/build_report/models.rb', line 53 def name @name end |