Class: Temporalio::Interceptor::ActivityInbound::ExecuteActivityInput

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/interceptor/activity_inbound.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activityObject

Returns the value of attribute activity

Returns:

  • (Object)

    the current value of activity



5
6
7
# File 'lib/temporalio/interceptor/activity_inbound.rb', line 5

def activity
  @activity
end

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



5
6
7
# File 'lib/temporalio/interceptor/activity_inbound.rb', line 5

def args
  @args
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



5
6
7
# File 'lib/temporalio/interceptor/activity_inbound.rb', line 5

def headers
  @headers
end