Class: Hyrax::Actors::NullActor

Inherits:
AbstractActor show all
Defined in:
app/actors/hyrax/actors/null_actor.rb

Overview

Note:

this is effectively an alias for AbstractActor; it exists to communicate to readers that this actor is intended to be a concrete, do-nothing actor (and also in case ‘AbstractActor` ever becomes actually abstract).

Instance Attribute Summary

Attributes inherited from AbstractActor

#next_actor

Method Summary

Methods inherited from AbstractActor

#initialize

Constructor Details

This class inherits a constructor from Hyrax::Actors::AbstractActor