Class: QcMetric::QcState::State
- Inherits:
-
Struct
- Object
- Struct
- QcMetric::QcState::State
- Defined in:
- app/models/qc_metric/qc_state.rb
Instance Attribute Summary collapse
-
#automatic ⇒ Object
Returns the value of attribute automatic.
-
#name ⇒ Object
Returns the value of attribute name.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#proceedable ⇒ Object
Returns the value of attribute proceedable.
Instance Attribute Details
#automatic ⇒ Object
Returns the value of attribute automatic
3 4 5 |
# File 'app/models/qc_metric/qc_state.rb', line 3 def automatic @automatic end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'app/models/qc_metric/qc_state.rb', line 3 def name @name end |
#passed ⇒ Object
Returns the value of attribute passed
3 4 5 |
# File 'app/models/qc_metric/qc_state.rb', line 3 def passed @passed end |
#proceedable ⇒ Object
Returns the value of attribute proceedable
3 4 5 |
# File 'app/models/qc_metric/qc_state.rb', line 3 def proceedable @proceedable end |