Class: Kagi::API::Models::Content::Summary
- Inherits:
-
Data
- Object
- Data
- Kagi::API::Models::Content::Summary
- Defined in:
- lib/kagi/api/models/content/summary.rb
Overview
Models summary data.
Instance Attribute Summary collapse
-
#output ⇒ Object
readonly
Returns the value of attribute output.
-
#tokens ⇒ Object
readonly
Returns the value of attribute tokens.
Instance Attribute Details
#output ⇒ Object (readonly)
Returns the value of attribute output
8 9 10 |
# File 'lib/kagi/api/models/content/summary.rb', line 8 def output @output end |
#tokens ⇒ Object (readonly)
Returns the value of attribute tokens
8 9 10 |
# File 'lib/kagi/api/models/content/summary.rb', line 8 def tokens @tokens end |