Class: BibleQL::Chapter
- Defined in:
- lib/bibleql/resources/chapter.rb
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#verse_count ⇒ Object
Returns the value of attribute verse_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
#number ⇒ Object
Returns the value of attribute number.
5 6 7 |
# File 'lib/bibleql/resources/chapter.rb', line 5 def number @number end |
#verse_count ⇒ Object
Returns the value of attribute verse_count.
5 6 7 |
# File 'lib/bibleql/resources/chapter.rb', line 5 def verse_count @verse_count end |
#verses ⇒ Object
Returns the value of attribute verses.
7 8 9 |
# File 'lib/bibleql/resources/chapter.rb', line 7 def verses @verses end |