Class: Enconvert::V2::LookupItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/enconvert/v2_results.rb

Overview

One search hit, optionally carrying its full perceive result.

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



77
78
79
# File 'lib/enconvert/v2_results.rb', line 77

def date
  @date
end

#extraObject

Returns the value of attribute extra

Returns:

  • (Object)

    the current value of extra



77
78
79
# File 'lib/enconvert/v2_results.rb', line 77

def extra
  @extra
end

#image_urlObject

Returns the value of attribute image_url

Returns:

  • (Object)

    the current value of image_url



77
78
79
# File 'lib/enconvert/v2_results.rb', line 77

def image_url
  @image_url
end

#perceiveObject

Returns the value of attribute perceive

Returns:

  • (Object)

    the current value of perceive



77
78
79
# File 'lib/enconvert/v2_results.rb', line 77

def perceive
  @perceive
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



77
78
79
# File 'lib/enconvert/v2_results.rb', line 77

def position
  @position
end

#snippetObject

Returns the value of attribute snippet

Returns:

  • (Object)

    the current value of snippet



77
78
79
# File 'lib/enconvert/v2_results.rb', line 77

def snippet
  @snippet
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



77
78
79
# File 'lib/enconvert/v2_results.rb', line 77

def source
  @source
end

#thumbnail_urlObject

Returns the value of attribute thumbnail_url

Returns:

  • (Object)

    the current value of thumbnail_url



77
78
79
# File 'lib/enconvert/v2_results.rb', line 77

def thumbnail_url
  @thumbnail_url
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



77
78
79
# File 'lib/enconvert/v2_results.rb', line 77

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



77
78
79
# File 'lib/enconvert/v2_results.rb', line 77

def url
  @url
end