Class: BibleQL::Language

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

#codeObject

Returns the value of attribute code.



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

def code
  @code
end

#translation_countObject

Returns the value of attribute translation_count.



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

def translation_count
  @translation_count
end

#translationsObject

Returns the value of attribute translations.



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

def translations
  @translations
end