Class: DictionaryAPI::Article

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

Instance Attribute Summary collapse

Instance Attribute Details

#positionObject

Returns the value of attribute position.



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

def position
  @position
end

#textObject

Returns the value of attribute text.



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

def text
  @text
end

#transcriptionObject

Returns the value of attribute transcription.



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

def transcription
  @transcription
end

#translationObject

Returns the value of attribute translation.



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

def translation
  @translation
end