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