Class: 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.



2
3
4
# File 'lib/dictionary_api/translation_article.rb', line 2

def animated
  @animated
end

#aspectObject

Returns the value of attribute aspect.



2
3
4
# File 'lib/dictionary_api/translation_article.rb', line 2

def aspect
  @aspect
end

#exampleObject

Returns the value of attribute example.



2
3
4
# File 'lib/dictionary_api/translation_article.rb', line 2

def example
  @example
end

#genderObject

Returns the value of attribute gender.



2
3
4
# File 'lib/dictionary_api/translation_article.rb', line 2

def gender
  @gender
end

#meaningObject

Returns the value of attribute meaning.



2
3
4
# File 'lib/dictionary_api/translation_article.rb', line 2

def meaning
  @meaning
end

#positionObject

Returns the value of attribute position.



2
3
4
# File 'lib/dictionary_api/translation_article.rb', line 2

def position
  @position
end

#synonymObject

Returns the value of attribute synonym.



2
3
4
# File 'lib/dictionary_api/translation_article.rb', line 2

def synonym
  @synonym
end

#textObject

Returns the value of attribute text.



2
3
4
# File 'lib/dictionary_api/translation_article.rb', line 2

def text
  @text
end