Class: DictionaryAPI::TranslationArticle

Inherits:
Object
  • Object
show all
Defined in:
lib/dictionary_api/translation_article.rb

Instance Attribute Summary collapse

Instance Attribute Details

#animatedObject

Returns the value of attribute animated.



4
5
6
# File 'lib/dictionary_api/translation_article.rb', line 4

def animated
  @animated
end

#aspectObject

Returns the value of attribute aspect.



4
5
6
# File 'lib/dictionary_api/translation_article.rb', line 4

def aspect
  @aspect
end

#exampleObject

Returns the value of attribute example.



4
5
6
# File 'lib/dictionary_api/translation_article.rb', line 4

def example
  @example
end

#genderObject

Returns the value of attribute gender.



4
5
6
# File 'lib/dictionary_api/translation_article.rb', line 4

def gender
  @gender
end

#meaningObject

Returns the value of attribute meaning.



4
5
6
# File 'lib/dictionary_api/translation_article.rb', line 4

def meaning
  @meaning
end

#positionObject

Returns the value of attribute position.



4
5
6
# File 'lib/dictionary_api/translation_article.rb', line 4

def position
  @position
end

#synonymObject

Returns the value of attribute synonym.



4
5
6
# File 'lib/dictionary_api/translation_article.rb', line 4

def synonym
  @synonym
end

#textObject

Returns the value of attribute text.



4
5
6
# File 'lib/dictionary_api/translation_article.rb', line 4

def text
  @text
end