Class: FlowCore::StartPlace
- Inherits:
-
Place
- Object
- ActiveRecord::Base
- ApplicationRecord
- Place
- FlowCore::StartPlace
- Defined in:
- app/models/flow_core/start_place.rb
Constant Summary
Constants inherited from Place
Instance Method Summary collapse
Methods inherited from Place
#can_destroy?, #end?, #input_or_join?, #input_sequence?, #output_implicit_or_split?, #output_sequence?
Instance Method Details
#start? ⇒ Boolean
13 14 15 |
# File 'app/models/flow_core/start_place.rb', line 13 def start? true end |