Class: FlowCore::StartPlace

Inherits:
Place show all
Defined in:
app/models/flow_core/start_place.rb

Constant Summary

Constants inherited from Place

Place::FORBIDDEN_ATTRIBUTES

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

Returns:

  • (Boolean)


13
14
15
# File 'app/models/flow_core/start_place.rb', line 13

def start?
  true
end