Class: FlowCore::EndPlace

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

Constant Summary

Constants inherited from Place

Place::FORBIDDEN_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Place

#can_destroy?, #input_or_join?, #input_sequence?, #output_implicit_or_split?, #output_sequence?, #start?

Instance Method Details

#end?Boolean

Returns:

  • (Boolean)


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

def end?
  true
end