Class: PhaseoAgentSdk::HumanReviewRequest
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::HumanReviewRequest
- Defined in:
- lib/phaseo_agent_sdk.rb
Instance Attribute Summary collapse
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#payload ⇒ Object
Returns the value of attribute payload
25 26 27 |
# File 'lib/phaseo_agent_sdk.rb', line 25 def payload @payload end |
#reason ⇒ Object
Returns the value of attribute reason
25 26 27 |
# File 'lib/phaseo_agent_sdk.rb', line 25 def reason @reason end |