Class: PromptObjects::Execution::ResolvedPolicy

Inherits:
Data
  • Object
show all
Defined in:
lib/prompt_objects/execution/policy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#parallel_safeObject (readonly)

Returns the value of attribute parallel_safe

Returns:

  • (Object)

    the current value of parallel_safe



5
6
7
# File 'lib/prompt_objects/execution/policy.rb', line 5

def parallel_safe
  @parallel_safe
end

#resource_keysObject (readonly)

Returns the value of attribute resource_keys

Returns:

  • (Object)

    the current value of resource_keys



5
6
7
# File 'lib/prompt_objects/execution/policy.rb', line 5

def resource_keys
  @resource_keys
end

#side_effectObject (readonly)

Returns the value of attribute side_effect

Returns:

  • (Object)

    the current value of side_effect



5
6
7
# File 'lib/prompt_objects/execution/policy.rb', line 5

def side_effect
  @side_effect
end

#signatureObject (readonly)

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



5
6
7
# File 'lib/prompt_objects/execution/policy.rb', line 5

def signature
  @signature
end

#workloadObject (readonly)

Returns the value of attribute workload

Returns:

  • (Object)

    the current value of workload



5
6
7
# File 'lib/prompt_objects/execution/policy.rb', line 5

def workload
  @workload
end