Class: PromptObjects::Execution::ResolvedPolicy
- Inherits:
-
Data
- Object
- Data
- PromptObjects::Execution::ResolvedPolicy
- Defined in:
- lib/prompt_objects/execution/policy.rb
Instance Attribute Summary collapse
-
#parallel_safe ⇒ Object
readonly
Returns the value of attribute parallel_safe.
-
#resource_keys ⇒ Object
readonly
Returns the value of attribute resource_keys.
-
#side_effect ⇒ Object
readonly
Returns the value of attribute side_effect.
-
#signature ⇒ Object
readonly
Returns the value of attribute signature.
-
#workload ⇒ Object
readonly
Returns the value of attribute workload.
Instance Attribute Details
#parallel_safe ⇒ Object (readonly)
Returns the value of attribute parallel_safe
5 6 7 |
# File 'lib/prompt_objects/execution/policy.rb', line 5 def parallel_safe @parallel_safe end |
#resource_keys ⇒ Object (readonly)
Returns the value of attribute resource_keys
5 6 7 |
# File 'lib/prompt_objects/execution/policy.rb', line 5 def resource_keys @resource_keys end |
#side_effect ⇒ Object (readonly)
Returns the value of attribute side_effect
5 6 7 |
# File 'lib/prompt_objects/execution/policy.rb', line 5 def side_effect @side_effect end |
#signature ⇒ Object (readonly)
Returns the value of attribute signature
5 6 7 |
# File 'lib/prompt_objects/execution/policy.rb', line 5 def signature @signature end |
#workload ⇒ Object (readonly)
Returns the value of attribute workload
5 6 7 |
# File 'lib/prompt_objects/execution/policy.rb', line 5 def workload @workload end |