Class: BibleQL::Passage

Inherits:
Resource show all
Defined in:
lib/bibleql/resources/passage.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

#referenceObject

Returns the value of attribute reference.



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

def reference
  @reference
end

#textObject

Returns the value of attribute text.



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

def text
  @text
end

#translation_idObject

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_nameObject

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_noteObject

Returns the value of attribute translation_note.



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

def translation_note
  @translation_note
end

#versesObject

Returns the value of attribute verses.



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

def verses
  @verses
end