class DictionaryAPI::TranslationArticle

Attributes

animated[RW]
aspect[RW]
example[RW]
gender[RW]
meaning[RW]
position[RW]
synonym[RW]
text[RW]

Public Instance Methods

attributes() click to toggle source
# File lib/dictionary_api/translation_article.rb, line 7
def attributes
       {text: text, position: position, gender: gender, animated: animated, synonym: synonym, meaning: meaning, example: example, aspect: aspect}
  end