Class: Autotype::InferenceMetadata::OutputEmitWiring
- Inherits:
-
Data
- Object
- Data
- Autotype::InferenceMetadata::OutputEmitWiring
- Defined in:
- lib/autotype/engine.rb
Instance Attribute Summary collapse
-
#argument_index ⇒ Object
readonly
Returns the value of attribute argument_index.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#port_keyword ⇒ Object
readonly
Returns the value of attribute port_keyword.
Instance Attribute Details
#argument_index ⇒ Object (readonly)
Returns the value of attribute argument_index
41 42 43 |
# File 'lib/autotype/engine.rb', line 41 def argument_index @argument_index end |
#message ⇒ Object (readonly)
Returns the value of attribute message
41 42 43 |
# File 'lib/autotype/engine.rb', line 41 def @message end |
#port_keyword ⇒ Object (readonly)
Returns the value of attribute port_keyword
41 42 43 |
# File 'lib/autotype/engine.rb', line 41 def port_keyword @port_keyword end |