Class: ApprovalEngine::ApprovalPlan::PlannedStep
- Inherits:
-
Struct
- Object
- Struct
- ApprovalEngine::ApprovalPlan::PlannedStep
- Defined in:
- app/models/approval_engine/approval_plan.rb
Overview
One layer that would be created. Pure blueprint data — no DB rows.
Instance Attribute Summary collapse
-
#approvals_required ⇒ Object
Returns the value of attribute approvals_required.
-
#assigned_group ⇒ Object
Returns the value of attribute assigned_group.
-
#layer ⇒ Object
Returns the value of attribute layer.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#approvals_required ⇒ Object
Returns the value of attribute approvals_required
8 9 10 |
# File 'app/models/approval_engine/approval_plan.rb', line 8 def approvals_required @approvals_required end |
#assigned_group ⇒ Object
Returns the value of attribute assigned_group
8 9 10 |
# File 'app/models/approval_engine/approval_plan.rb', line 8 def assigned_group @assigned_group end |
#layer ⇒ Object
Returns the value of attribute layer
8 9 10 |
# File 'app/models/approval_engine/approval_plan.rb', line 8 def layer @layer end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'app/models/approval_engine/approval_plan.rb', line 8 def name @name end |