Class: LlamaHair::Types::OutputResponse
- Inherits:
-
Struct
- Object
- Struct
- LlamaHair::Types::OutputResponse
- Defined in:
- lib/llamahair/types.rb
Instance Attribute Summary collapse
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#prompt_id ⇒ Object
Returns the value of attribute prompt_id.
-
#response ⇒ Object
Returns the value of attribute response.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#status ⇒ Object
Returns the value of attribute status.
-
#team_id ⇒ Object
Returns the value of attribute team_id.
Instance Attribute Details
#end_time ⇒ Object
Returns the value of attribute end_time
31 32 33 |
# File 'lib/llamahair/types.rb', line 31 def end_time @end_time end |
#prompt_id ⇒ Object
Returns the value of attribute prompt_id
31 32 33 |
# File 'lib/llamahair/types.rb', line 31 def prompt_id @prompt_id end |
#response ⇒ Object
Returns the value of attribute response
31 32 33 |
# File 'lib/llamahair/types.rb', line 31 def response @response end |
#start_time ⇒ Object
Returns the value of attribute start_time
31 32 33 |
# File 'lib/llamahair/types.rb', line 31 def start_time @start_time end |
#status ⇒ Object
Returns the value of attribute status
31 32 33 |
# File 'lib/llamahair/types.rb', line 31 def status @status end |
#team_id ⇒ Object
Returns the value of attribute team_id
31 32 33 |
# File 'lib/llamahair/types.rb', line 31 def team_id @team_id end |