Class: Rad::Conveyors::Processor
- Defined in:
- lib/rad/conveyors/_processor.rb
Direct Known Subclasses
ControllerCaller, ControllerErrorHandling, ControllerLogger, ConveyorLogger, EvaluateFormat, HttpLogger, HttpWriter, LetterBuilder, PrepareFlash, PrepareParams, Web::Processors::AjaxHelper, Web::Processors::EnsureNoWww, Web::Processors::PrepareAutenticityToken, RemoteCaller, RemoteLogger, Router, ScopedParams
Instance Attribute Summary collapse
-
#next_processor ⇒ Object
Returns the value of attribute next_processor.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(next_processor) ⇒ Processor
constructor
A new instance of Processor.
Constructor Details
#initialize(next_processor) ⇒ Processor
Returns a new instance of Processor.
6 7 8 |
# File 'lib/rad/conveyors/_processor.rb', line 6 def initialize next_processor @next_processor = next_processor end |
Instance Attribute Details
#next_processor ⇒ Object
Returns the value of attribute next_processor.
4 5 6 |
# File 'lib/rad/conveyors/_processor.rb', line 4 def next_processor @next_processor end |
Class Method Details
.inspect ⇒ Object
10 11 12 |
# File 'lib/rad/conveyors/_processor.rb', line 10 def self.inspect self.name.split('::').last end |