Class: BingSearch::SpellingSuggestionsResult

Inherits:
Result
  • Object
show all
Defined in:
lib/bing-search/models.rb

Instance Attribute Summary collapse

Attributes inherited from Result

#id

Method Summary

Methods inherited from Model

#initialize, #set

Constructor Details

This class inherits a constructor from BingSearch::Model

Instance Attribute Details

#valueString Also known as: suggestion

The suggested spelling

Returns:

  • (String)


161
162
163
# File 'lib/bing-search/models.rb', line 161

def value
  @value
end