Class: Article
- Inherits:
-
Object
- Object
- Article
- Defined in:
- lib/dictionary_api/article.rb
Instance Attribute Summary collapse
-
#position ⇒ Object
Returns the value of attribute position.
-
#text ⇒ Object
Returns the value of attribute text.
-
#transcription ⇒ Object
Returns the value of attribute transcription.
-
#translation ⇒ Object
Returns the value of attribute translation.
Instance Attribute Details
#position ⇒ Object
Returns the value of attribute position.
2 3 4 |
# File 'lib/dictionary_api/article.rb', line 2 def position @position end |
#text ⇒ Object
Returns the value of attribute text.
2 3 4 |
# File 'lib/dictionary_api/article.rb', line 2 def text @text end |
#transcription ⇒ Object
Returns the value of attribute transcription.
2 3 4 |
# File 'lib/dictionary_api/article.rb', line 2 def transcription @transcription end |
#translation ⇒ Object
Returns the value of attribute translation.
2 3 4 |
# File 'lib/dictionary_api/article.rb', line 2 def translation @translation end |