Class: Autotype::InferenceMetadata::PortWiring
- Inherits:
-
Data
- Object
- Data
- Autotype::InferenceMetadata::PortWiring
- Defined in:
- lib/autotype/engine.rb
Instance Attribute Summary collapse
-
#dispatch_param ⇒ Object
readonly
Returns the value of attribute dispatch_param.
-
#dispatch_param_type ⇒ Object
readonly
Returns the value of attribute dispatch_param_type.
-
#entity_param ⇒ Object
readonly
Returns the value of attribute entity_param.
-
#handler_method ⇒ Object
readonly
Returns the value of attribute handler_method.
Instance Attribute Details
#dispatch_param ⇒ Object (readonly)
Returns the value of attribute dispatch_param
40 41 42 |
# File 'lib/autotype/engine.rb', line 40 def dispatch_param @dispatch_param end |
#dispatch_param_type ⇒ Object (readonly)
Returns the value of attribute dispatch_param_type
40 41 42 |
# File 'lib/autotype/engine.rb', line 40 def dispatch_param_type @dispatch_param_type end |
#entity_param ⇒ Object (readonly)
Returns the value of attribute entity_param
40 41 42 |
# File 'lib/autotype/engine.rb', line 40 def entity_param @entity_param end |
#handler_method ⇒ Object (readonly)
Returns the value of attribute handler_method
40 41 42 |
# File 'lib/autotype/engine.rb', line 40 def handler_method @handler_method end |