Class: AnkiTranslator::References::Translation
- Inherits:
-
Struct
- Object
- Struct
- AnkiTranslator::References::Translation
- Defined in:
- lib/vocab_to_anki/references.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/vocab_to_anki/references.rb', line 5 def source @source end |
#text ⇒ Object
Returns the value of attribute text
5 6 7 |
# File 'lib/vocab_to_anki/references.rb', line 5 def text @text end |