Class: ApprovalEngine::ApprovalPlan::PlannedStep

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#approvals_requiredObject

Returns the value of attribute approvals_required

Returns:

  • (Object)

    the current value of approvals_required



8
9
10
# File 'app/models/approval_engine/approval_plan.rb', line 8

def approvals_required
  @approvals_required
end

#assigned_groupObject

Returns the value of attribute assigned_group

Returns:

  • (Object)

    the current value of assigned_group



8
9
10
# File 'app/models/approval_engine/approval_plan.rb', line 8

def assigned_group
  @assigned_group
end

#layerObject

Returns the value of attribute layer

Returns:

  • (Object)

    the current value of layer



8
9
10
# File 'app/models/approval_engine/approval_plan.rb', line 8

def layer
  @layer
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'app/models/approval_engine/approval_plan.rb', line 8

def name
  @name
end