Class: QcMetric::QcState::State

Inherits:
Struct
  • Object
show all
Defined in:
app/models/qc_metric/qc_state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#automaticObject

Returns the value of attribute automatic

Returns:

  • (Object)

    the current value of automatic



3
4
5
# File 'app/models/qc_metric/qc_state.rb', line 3

def automatic
  @automatic
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'app/models/qc_metric/qc_state.rb', line 3

def name
  @name
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



3
4
5
# File 'app/models/qc_metric/qc_state.rb', line 3

def passed
  @passed
end

#proceedableObject

Returns the value of attribute proceedable

Returns:

  • (Object)

    the current value of proceedable



3
4
5
# File 'app/models/qc_metric/qc_state.rb', line 3

def proceedable
  @proceedable
end