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