Class: ForemanDeployments::PlannerVisitor
- Inherits:
-
BaseDereferenceVisitor
- Object
- BaseDereferenceVisitor
- ForemanDeployments::PlannerVisitor
- Defined in:
- app/lib/foreman_deployments/planner_visitor.rb
Instance Method Summary collapse
-
#initialize(parent_action) ⇒ PlannerVisitor
constructor
A new instance of PlannerVisitor.
Methods inherited from BaseDereferenceVisitor
Constructor Details
#initialize(parent_action) ⇒ PlannerVisitor
Returns a new instance of PlannerVisitor.
3 4 5 6 |
# File 'app/lib/foreman_deployments/planner_visitor.rb', line 3 def initialize(parent_action) super() @parent_action = parent_action end |