Class: Julewire::Core::Processing::ProcessorRegistry::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/julewire/core/processing/processor_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



7
8
9
# File 'lib/julewire/core/processing/processor_registry.rb', line 7

def arguments
  @arguments
end

#entryObject (readonly)

Returns the value of attribute entry

Returns:

  • (Object)

    the current value of entry



7
8
9
# File 'lib/julewire/core/processing/processor_registry.rb', line 7

def entry
  @entry
end

#factoryObject (readonly)

Returns the value of attribute factory

Returns:

  • (Object)

    the current value of factory



7
8
9
# File 'lib/julewire/core/processing/processor_registry.rb', line 7

def factory
  @factory
end

#on_errorObject (readonly)

Returns the value of attribute on_error

Returns:

  • (Object)

    the current value of on_error



7
8
9
# File 'lib/julewire/core/processing/processor_registry.rb', line 7

def on_error
  @on_error
end

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



7
8
9
# File 'lib/julewire/core/processing/processor_registry.rb', line 7

def options
  @options
end