Class: BibleQL::Passage
- Defined in:
- lib/bibleql/resources/passage.rb
Instance Attribute Summary collapse
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#text ⇒ Object
Returns the value of attribute text.
-
#translation_id ⇒ Object
Returns the value of attribute translation_id.
-
#translation_name ⇒ Object
Returns the value of attribute translation_name.
-
#translation_note ⇒ Object
Returns the value of attribute translation_note.
-
#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
#reference ⇒ Object
Returns the value of attribute reference.
5 6 7 |
# File 'lib/bibleql/resources/passage.rb', line 5 def reference @reference end |
#text ⇒ Object
Returns the value of attribute text.
5 6 7 |
# File 'lib/bibleql/resources/passage.rb', line 5 def text @text end |
#translation_id ⇒ Object
Returns the value of attribute translation_id.
5 6 7 |
# File 'lib/bibleql/resources/passage.rb', line 5 def translation_id @translation_id end |
#translation_name ⇒ Object
Returns the value of attribute translation_name.
5 6 7 |
# File 'lib/bibleql/resources/passage.rb', line 5 def translation_name @translation_name end |
#translation_note ⇒ Object
Returns the value of attribute translation_note.
5 6 7 |
# File 'lib/bibleql/resources/passage.rb', line 5 def translation_note @translation_note end |
#verses ⇒ Object
Returns the value of attribute verses.
7 8 9 |
# File 'lib/bibleql/resources/passage.rb', line 7 def verses @verses end |