Class: Hyrax::Actors::NullActor
- Inherits:
-
AbstractActor
- Object
- AbstractActor
- Hyrax::Actors::NullActor
- 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
Method Summary
Methods inherited from AbstractActor
Constructor Details
This class inherits a constructor from Hyrax::Actors::AbstractActor