Class: Card::StageSubdirector

Inherits:
StageDirector show all
Defined in:
lib/card/stage_director.rb

Constant Summary

Constants included from Stage

Card::Stage::STAGES, Card::Stage::STAGE_INDEX

Instance Attribute Summary

Attributes inherited from StageDirector

#act, #card, #main, #parent, #prior_store, #running, #stage, #subdirectors

Instance Method Summary collapse

Methods inherited from StageDirector

#call_after_store, #catch_up_to_stage, #integration_phase, #main_director, #need_act, #register, #storage_phase, #unregister, #validation_phase

Methods included from Stage

#after?, #before?, #in?, #stage_index, #stage_ok?, #stage_symbol

Constructor Details

#initialize(card, opts = {}) ⇒ StageSubdirector

Returns a new instance of StageSubdirector.



227
228
229
# File 'lib/card/stage_director.rb', line 227

def initialize card, opts={}
  super card, opts, false
end