Module: Trailblazer::V1_1::Operation::Responder

Extended by:
Forwardable
Defined in:
lib/trailblazer/1.1/operation/responder.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



2
3
4
# File 'lib/trailblazer/1.1/operation/responder.rb', line 2

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

Instance Method Details

#to_modelObject



15
16
17
# File 'lib/trailblazer/1.1/operation/responder.rb', line 15

def to_model
  @model
end