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



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

def position
  @position
end

#textObject

Returns the value of attribute text.



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

def text
  @text
end

#transcriptionObject

Returns the value of attribute transcription.



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

def transcription
  @transcription
end

#translationObject

Returns the value of attribute translation.



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

def translation
  @translation
end