class Pione::Lang::FlowRuleConditionContext

Public Instance Methods

create_condition() click to toggle source
# File lib/pione/lang/context.rb, line 179
def create_condition
  RuleCondition.new(type: :flow)
end