Class: DictionaryAPI::TranslationArticle
- Inherits:
-
Object
- Object
- DictionaryAPI::TranslationArticle
- Defined in:
- lib/dictionary_api/translation_article.rb
Instance Attribute Summary collapse
-
#animated ⇒ Object
Returns the value of attribute animated.
-
#aspect ⇒ Object
Returns the value of attribute aspect.
-
#example ⇒ Object
Returns the value of attribute example.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#meaning ⇒ Object
Returns the value of attribute meaning.
-
#position ⇒ Object
Returns the value of attribute position.
-
#synonym ⇒ Object
Returns the value of attribute synonym.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#animated ⇒ Object
Returns the value of attribute animated.
4 5 6 |
# File 'lib/dictionary_api/translation_article.rb', line 4 def animated @animated end |
#aspect ⇒ Object
Returns the value of attribute aspect.
4 5 6 |
# File 'lib/dictionary_api/translation_article.rb', line 4 def aspect @aspect end |
#example ⇒ Object
Returns the value of attribute example.
4 5 6 |
# File 'lib/dictionary_api/translation_article.rb', line 4 def example @example end |
#gender ⇒ Object
Returns the value of attribute gender.
4 5 6 |
# File 'lib/dictionary_api/translation_article.rb', line 4 def gender @gender end |
#meaning ⇒ Object
Returns the value of attribute meaning.
4 5 6 |
# File 'lib/dictionary_api/translation_article.rb', line 4 def meaning @meaning end |
#position ⇒ Object
Returns the value of attribute position.
4 5 6 |
# File 'lib/dictionary_api/translation_article.rb', line 4 def position @position end |
#synonym ⇒ Object
Returns the value of attribute synonym.
4 5 6 |
# File 'lib/dictionary_api/translation_article.rb', line 4 def synonym @synonym end |
#text ⇒ Object
Returns the value of attribute text.
4 5 6 |
# File 'lib/dictionary_api/translation_article.rb', line 4 def text @text end |