Module: ConvenientService::Service::Plugins::CanHaveConnectedSteps::Entities::Expressions Private

Defined in:
lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/if.rb,
lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/or.rb,
lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/and.rb,
lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/not.rb,
lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/base.rb,
lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/else.rb,
lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/empty.rb,
lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/group.rb,
lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/scalar.rb,
lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/complex_if.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0

Defined Under Namespace

Classes: And, Base, ComplexIf, Else, Empty, Group, If, Not, Or, Scalar