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



63
64
65
# File 'lib/enconvert/v2_results.rb', line 63

def date
  @date
end

#extraObject

Returns the value of attribute extra

Returns:

  • (Object)

    the current value of extra



63
64
65
# File 'lib/enconvert/v2_results.rb', line 63

def extra
  @extra
end

#image_urlObject

Returns the value of attribute image_url

Returns:

  • (Object)

    the current value of image_url



63
64
65
# File 'lib/enconvert/v2_results.rb', line 63

def image_url
  @image_url
end

#perceiveObject

Returns the value of attribute perceive

Returns:

  • (Object)

    the current value of perceive



63
64
65
# File 'lib/enconvert/v2_results.rb', line 63

def perceive
  @perceive
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



63
64
65
# File 'lib/enconvert/v2_results.rb', line 63

def position
  @position
end

#snippetObject

Returns the value of attribute snippet

Returns:

  • (Object)

    the current value of snippet



63
64
65
# File 'lib/enconvert/v2_results.rb', line 63

def snippet
  @snippet
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



63
64
65
# File 'lib/enconvert/v2_results.rb', line 63

def source
  @source
end

#thumbnail_urlObject

Returns the value of attribute thumbnail_url

Returns:

  • (Object)

    the current value of thumbnail_url



63
64
65
# File 'lib/enconvert/v2_results.rb', line 63

def thumbnail_url
  @thumbnail_url
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



63
64
65
# File 'lib/enconvert/v2_results.rb', line 63

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



63
64
65
# File 'lib/enconvert/v2_results.rb', line 63

def url
  @url
end