Class: Autotype::InferenceMetadata::PortWiring

Inherits:
Data
  • Object
show all
Defined in:
lib/autotype/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dispatch_paramObject (readonly)

Returns the value of attribute dispatch_param

Returns:

  • (Object)

    the current value of dispatch_param



40
41
42
# File 'lib/autotype/engine.rb', line 40

def dispatch_param
  @dispatch_param
end

#dispatch_param_typeObject (readonly)

Returns the value of attribute dispatch_param_type

Returns:

  • (Object)

    the current value of dispatch_param_type



40
41
42
# File 'lib/autotype/engine.rb', line 40

def dispatch_param_type
  @dispatch_param_type
end

#entity_paramObject (readonly)

Returns the value of attribute entity_param

Returns:

  • (Object)

    the current value of entity_param



40
41
42
# File 'lib/autotype/engine.rb', line 40

def entity_param
  @entity_param
end

#handler_methodObject (readonly)

Returns the value of attribute handler_method

Returns:

  • (Object)

    the current value of handler_method



40
41
42
# File 'lib/autotype/engine.rb', line 40

def handler_method
  @handler_method
end