Class: BibleQL::SemanticSearchResult

Inherits:
Resource
  • Object
show all
Defined in:
lib/bibleql/resources/semantic_search_result.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

#==, #initialize, #to_h, #to_s

Constructor Details

This class inherits a constructor from BibleQL::Resource

Instance Attribute Details

#similarityObject

Returns the value of attribute similarity.



5
6
7
# File 'lib/bibleql/resources/semantic_search_result.rb', line 5

def similarity
  @similarity
end

#verseObject

Returns the value of attribute verse.



7
8
9
# File 'lib/bibleql/resources/semantic_search_result.rb', line 7

def verse
  @verse
end