Module: Trailblazer::Operation::Worker::FileMarshaller
- Defined in:
- lib/trailblazer/1.1/operation/worker.rb
Overview
Overrides ::serializable and #deserializable and handles file properties from the Contract schema.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
NOTE: this is WIP and the implementation will be more understandable and performant soon.
Class Method Details
.included(base) ⇒ Object
NOTE: this is WIP and the implementation will be more understandable and performant soon.
74 75 76 |
# File 'lib/trailblazer/1.1/operation/worker.rb', line 74 def self.included(base) base.extend ClassMethods end |