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