Class: Stoplight::Wiring::System::LightFactory::InternalLightFactory Private
- Inherits:
-
LightFactory
- Object
- LightFactory
- Stoplight::Wiring::System::LightFactory::InternalLightFactory
- Defined in:
- lib/stoplight/wiring/system/light_factory.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Constant Summary
Constants inherited from LightFactory
LightFactory::TrafficControlDsl, LightFactory::TrafficRecoveryDsl
Instance Method Summary collapse
-
#initialize ⇒ InternalLightFactory
constructor
private
A new instance of InternalLightFactory.
-
#with(**untyped) ⇒ Object
private
steep:ignore.
Methods inherited from LightFactory
#==, #build, #build_with, #hash
Constructor Details
#initialize ⇒ InternalLightFactory
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of InternalLightFactory.
49 50 |
# File 'lib/stoplight/wiring/system/light_factory.rb', line 49 def initialize end |
Instance Method Details
#with(**untyped) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
steep:ignore
52 53 54 |
# File 'lib/stoplight/wiring/system/light_factory.rb', line 52 def with(**untyped) # steep:ignore raise NotImplementedError, "You're not allowed to extend system lights" end |