Class: Julewire::Core::Processing::ProcessorRegistry::Entry
- Inherits:
-
Data
- Object
- Data
- Julewire::Core::Processing::ProcessorRegistry::Entry
- Defined in:
- lib/julewire/core/processing/processor_registry.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#entry ⇒ Object
readonly
Returns the value of attribute entry.
-
#factory ⇒ Object
readonly
Returns the value of attribute factory.
-
#on_error ⇒ Object
readonly
Returns the value of attribute on_error.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
7 8 9 |
# File 'lib/julewire/core/processing/processor_registry.rb', line 7 def arguments @arguments end |
#entry ⇒ Object (readonly)
Returns the value of attribute entry
7 8 9 |
# File 'lib/julewire/core/processing/processor_registry.rb', line 7 def entry @entry end |
#factory ⇒ Object (readonly)
Returns the value of attribute factory
7 8 9 |
# File 'lib/julewire/core/processing/processor_registry.rb', line 7 def factory @factory end |
#on_error ⇒ Object (readonly)
Returns the value of attribute on_error
7 8 9 |
# File 'lib/julewire/core/processing/processor_registry.rb', line 7 def on_error @on_error end |
#options ⇒ Object (readonly)
Returns the value of attribute options
7 8 9 |
# File 'lib/julewire/core/processing/processor_registry.rb', line 7 def @options end |