Class: Enconvert::V2::LookupItem
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::LookupItem
- Defined in:
- lib/enconvert/v2_results.rb
Overview
One search hit, optionally carrying its full perceive result.
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#extra ⇒ Object
Returns the value of attribute extra.
-
#image_url ⇒ Object
Returns the value of attribute image_url.
-
#perceive ⇒ Object
Returns the value of attribute perceive.
-
#position ⇒ Object
Returns the value of attribute position.
-
#snippet ⇒ Object
Returns the value of attribute snippet.
-
#source ⇒ Object
Returns the value of attribute source.
-
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
63 64 65 |
# File 'lib/enconvert/v2_results.rb', line 63 def date @date end |
#extra ⇒ Object
Returns the value of attribute extra
63 64 65 |
# File 'lib/enconvert/v2_results.rb', line 63 def extra @extra end |
#image_url ⇒ Object
Returns the value of attribute image_url
63 64 65 |
# File 'lib/enconvert/v2_results.rb', line 63 def image_url @image_url end |
#perceive ⇒ Object
Returns the value of attribute perceive
63 64 65 |
# File 'lib/enconvert/v2_results.rb', line 63 def perceive @perceive end |
#position ⇒ Object
Returns the value of attribute position
63 64 65 |
# File 'lib/enconvert/v2_results.rb', line 63 def position @position end |
#snippet ⇒ Object
Returns the value of attribute snippet
63 64 65 |
# File 'lib/enconvert/v2_results.rb', line 63 def snippet @snippet end |
#source ⇒ Object
Returns the value of attribute source
63 64 65 |
# File 'lib/enconvert/v2_results.rb', line 63 def source @source end |
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url
63 64 65 |
# File 'lib/enconvert/v2_results.rb', line 63 def thumbnail_url @thumbnail_url end |
#title ⇒ Object
Returns the value of attribute title
63 64 65 |
# File 'lib/enconvert/v2_results.rb', line 63 def title @title end |
#url ⇒ Object
Returns the value of attribute url
63 64 65 |
# File 'lib/enconvert/v2_results.rb', line 63 def url @url end |