Class: LlamaHair::Types::LlamaResponseData
- Inherits:
-
Struct
- Object
- Struct
- LlamaHair::Types::LlamaResponseData
- Defined in:
- lib/llamahair/types.rb
Overview
Response types
Instance Attribute Summary collapse
-
#extracted_values ⇒ Object
Returns the value of attribute extracted_values.
-
#output ⇒ Object
Returns the value of attribute output.
-
#outputs ⇒ Object
Returns the value of attribute outputs.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Attribute Details
#extracted_values ⇒ Object
Returns the value of attribute extracted_values
22 23 24 |
# File 'lib/llamahair/types.rb', line 22 def extracted_values @extracted_values end |
#output ⇒ Object
Returns the value of attribute output
22 23 24 |
# File 'lib/llamahair/types.rb', line 22 def output @output end |
#outputs ⇒ Object
Returns the value of attribute outputs
22 23 24 |
# File 'lib/llamahair/types.rb', line 22 def outputs @outputs end |
#summary ⇒ Object
Returns the value of attribute summary
22 23 24 |
# File 'lib/llamahair/types.rb', line 22 def summary @summary end |