Class: Fiona7::ModeSwitch::Composite
- Inherits:
-
AbstractModeSwitch
- Object
- AbstractModeSwitch
- Fiona7::ModeSwitch::Composite
- Defined in:
- lib/fiona7/mode_switch/composite.rb
Instance Attribute Summary
Attributes inherited from AbstractModeSwitch
Instance Method Summary collapse
-
#initialize(app) ⇒ Composite
constructor
A new instance of Composite.
- #legacy ⇒ Object
- #standalone ⇒ Object
Constructor Details
Instance Method Details
#legacy ⇒ Object
19 20 21 |
# File 'lib/fiona7/mode_switch/composite.rb', line 19 def legacy self.switches.each(&:legacy) end |
#standalone ⇒ Object
15 16 17 |
# File 'lib/fiona7/mode_switch/composite.rb', line 15 def standalone self.switches.each(&:standalone) end |