Class: Hecks::Runtime::PortOperationInterpreter::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/hecks/runtime/port_operation_interpreter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aggregateObject

Returns the value of attribute aggregate

Returns:

  • (Object)

    the current value of aggregate



22
23
24
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22

def aggregate
  @aggregate
end

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



22
23
24
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22

def args
  @args
end

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



22
23
24
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22

def domain
  @domain
end

#instanceObject

Returns the value of attribute instance

Returns:

  • (Object)

    the current value of instance



22
23
24
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22

def instance
  @instance
end

#operationObject

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



22
23
24
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22

def operation
  @operation
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



22
23
24
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22

def result
  @result
end

#routeObject

Returns the value of attribute route

Returns:

  • (Object)

    the current value of route



22
23
24
# File 'lib/hecks/runtime/port_operation_interpreter.rb', line 22

def route
  @route
end