Class: Ci::BuildMetadata::BuildTimeout
- Inherits:
-
Struct
- Object
- Struct
- Ci::BuildMetadata::BuildTimeout
- Defined in:
- app/models/ci/build_metadata.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source
7 8 9 |
# File 'app/models/ci/build_metadata.rb', line 7 def source @source end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'app/models/ci/build_metadata.rb', line 7 def value @value end |