Class: LlamaHair::Types::LlamaResponseData

Inherits:
Struct
  • Object
show all
Defined in:
lib/llamahair/types.rb

Overview

Response types

Instance Attribute Summary collapse

Instance Attribute Details

#extracted_valuesObject

Returns the value of attribute extracted_values

Returns:

  • (Object)

    the current value of extracted_values



22
23
24
# File 'lib/llamahair/types.rb', line 22

def extracted_values
  @extracted_values
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



22
23
24
# File 'lib/llamahair/types.rb', line 22

def output
  @output
end

#outputsObject

Returns the value of attribute outputs

Returns:

  • (Object)

    the current value of outputs



22
23
24
# File 'lib/llamahair/types.rb', line 22

def outputs
  @outputs
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



22
23
24
# File 'lib/llamahair/types.rb', line 22

def summary
  @summary
end