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