Module: Trailblazer::Operation::Worker::FileMarshaller

Defined in:
lib/trailblazer/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

Class Method Details

.included(base) ⇒ Object

NOTE: this is WIP and the implementation will be more understandable and performant soon.



56
57
58
# File 'lib/trailblazer/operation/worker.rb', line 56

def self.included(base)
  base.extend ClassMethods
end