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