Class: Hecks::Runtime::PortOperationInterpreter::Context
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Runtime::PortOperationInterpreter::Context
- Defined in:
- lib/hecks/runtime/port_operation_interpreter.rb
Instance Attribute Summary collapse
-
#aggregate ⇒ Object
Returns the value of attribute aggregate.
-
#args ⇒ Object
Returns the value of attribute args.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#result ⇒ Object
Returns the value of attribute result.
-
#route ⇒ Object
Returns the value of attribute route.
Instance Attribute Details
#aggregate ⇒ Object
Returns the value of attribute aggregate
22 23 24 |
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22 def aggregate @aggregate end |
#args ⇒ Object
Returns the value of attribute args
22 23 24 |
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22 def args @args end |
#domain ⇒ Object
Returns the value of attribute domain
22 23 24 |
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22 def domain @domain end |
#instance ⇒ Object
Returns the value of attribute instance
22 23 24 |
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22 def instance @instance end |
#operation ⇒ Object
Returns the value of attribute operation
22 23 24 |
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22 def operation @operation end |
#result ⇒ Object
Returns the value of attribute result
22 23 24 |
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22 def result @result end |
#route ⇒ Object
Returns the value of attribute route
22 23 24 |
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22 def route @route end |