Class: Ci::BuildMetadata::BuildTimeout

Inherits:
Struct
  • Object
show all
Defined in:
app/models/ci/build_metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



7
8
9
# File 'app/models/ci/build_metadata.rb', line 7

def source
  @source
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'app/models/ci/build_metadata.rb', line 7

def value
  @value
end