Class: AlchemyApi::LanguageResult
- Inherits:
-
Struct
- Object
- Struct
- AlchemyApi::LanguageResult
- Defined in:
- lib/alchemy_api/language_detection.rb
Instance Attribute Summary collapse
-
#ethnologue_url ⇒ Object
Returns the value of attribute ethnologue_url.
-
#iso_639_1 ⇒ Object
Returns the value of attribute iso_639_1.
-
#iso_639_2 ⇒ Object
Returns the value of attribute iso_639_2.
-
#iso_639_3 ⇒ Object
Returns the value of attribute iso_639_3.
-
#language ⇒ Object
Returns the value of attribute language.
-
#native_speakers ⇒ Object
Returns the value of attribute native_speakers.
-
#url ⇒ Object
Returns the value of attribute url.
-
#wikipedia_url ⇒ Object
Returns the value of attribute wikipedia_url.
Instance Attribute Details
#ethnologue_url ⇒ Object
Returns the value of attribute ethnologue_url
2 3 4 |
# File 'lib/alchemy_api/language_detection.rb', line 2 def ethnologue_url @ethnologue_url end |
#iso_639_1 ⇒ Object
Returns the value of attribute iso_639_1
2 3 4 |
# File 'lib/alchemy_api/language_detection.rb', line 2 def iso_639_1 @iso_639_1 end |
#iso_639_2 ⇒ Object
Returns the value of attribute iso_639_2
2 3 4 |
# File 'lib/alchemy_api/language_detection.rb', line 2 def iso_639_2 @iso_639_2 end |
#iso_639_3 ⇒ Object
Returns the value of attribute iso_639_3
2 3 4 |
# File 'lib/alchemy_api/language_detection.rb', line 2 def iso_639_3 @iso_639_3 end |
#language ⇒ Object
Returns the value of attribute language
2 3 4 |
# File 'lib/alchemy_api/language_detection.rb', line 2 def language @language end |
#native_speakers ⇒ Object
Returns the value of attribute native_speakers
2 3 4 |
# File 'lib/alchemy_api/language_detection.rb', line 2 def native_speakers @native_speakers end |
#url ⇒ Object
Returns the value of attribute url
2 3 4 |
# File 'lib/alchemy_api/language_detection.rb', line 2 def url @url end |
#wikipedia_url ⇒ Object
Returns the value of attribute wikipedia_url
2 3 4 |
# File 'lib/alchemy_api/language_detection.rb', line 2 def wikipedia_url @wikipedia_url end |