Class: BibleQL::SemanticSearchResult
- Defined in:
- lib/bibleql/resources/semantic_search_result.rb
Instance Attribute Summary collapse
-
#similarity ⇒ Object
Returns the value of attribute similarity.
-
#verse ⇒ Object
Returns the value of attribute verse.
Method Summary
Methods inherited from Resource
#==, #initialize, #to_h, #to_s
Constructor Details
This class inherits a constructor from BibleQL::Resource
Instance Attribute Details
#similarity ⇒ Object
Returns the value of attribute similarity.
5 6 7 |
# File 'lib/bibleql/resources/semantic_search_result.rb', line 5 def similarity @similarity end |
#verse ⇒ Object
Returns the value of attribute verse.
7 8 9 |
# File 'lib/bibleql/resources/semantic_search_result.rb', line 7 def verse @verse end |