Class: Kagi::API::Models::Content::Summary

Inherits:
Data
  • Object
show all
Defined in:
lib/kagi/api/models/content/summary.rb

Overview

Models summary data.

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject (readonly)

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



8
9
10
# File 'lib/kagi/api/models/content/summary.rb', line 8

def output
  @output
end

#tokensObject (readonly)

Returns the value of attribute tokens

Returns:

  • (Object)

    the current value of tokens



8
9
10
# File 'lib/kagi/api/models/content/summary.rb', line 8

def tokens
  @tokens
end