Module: Opera::Operation::Builder
- Included in:
- Base
- Defined in:
- lib/opera/operation/builder.rb
Defined Under Namespace
Modules: ClassMethods Classes: InnerBuilder
Constant Summary collapse
- INSTRUCTIONS =
%I[validate transaction step success finish_if operation operations within always].freeze
- INNER_INSTRUCTIONS =
(INSTRUCTIONS - %I[always]).freeze
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
9 10 11 |
# File 'lib/opera/operation/builder.rb', line 9 def self.included(base) base.extend(ClassMethods) end |