Class: AnkiTranslator::CardsHelper::Note
- Inherits:
-
Struct
- Object
- Struct
- AnkiTranslator::CardsHelper::Note
- Defined in:
- lib/vocab_to_anki/cards_helper.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#definitions ⇒ Object
Returns the value of attribute definitions.
-
#text ⇒ Object
Returns the value of attribute text.
-
#translations ⇒ Object
Returns the value of attribute translations.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
8 9 10 |
# File 'lib/vocab_to_anki/cards_helper.rb', line 8 def context @context end |
#definitions ⇒ Object
Returns the value of attribute definitions
8 9 10 |
# File 'lib/vocab_to_anki/cards_helper.rb', line 8 def definitions @definitions end |
#text ⇒ Object
Returns the value of attribute text
8 9 10 |
# File 'lib/vocab_to_anki/cards_helper.rb', line 8 def text @text end |
#translations ⇒ Object
Returns the value of attribute translations
8 9 10 |
# File 'lib/vocab_to_anki/cards_helper.rb', line 8 def translations @translations end |