Class: AnkiTranslator::CardsHelper::Note

Inherits:
Struct
  • Object
show all
Defined in:
lib/vocab_to_anki/cards_helper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



8
9
10
# File 'lib/vocab_to_anki/cards_helper.rb', line 8

def context
  @context
end

#definitionsObject

Returns the value of attribute definitions

Returns:

  • (Object)

    the current value of definitions



8
9
10
# File 'lib/vocab_to_anki/cards_helper.rb', line 8

def definitions
  @definitions
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



8
9
10
# File 'lib/vocab_to_anki/cards_helper.rb', line 8

def text
  @text
end

#translationsObject

Returns the value of attribute translations

Returns:

  • (Object)

    the current value of translations



8
9
10
# File 'lib/vocab_to_anki/cards_helper.rb', line 8

def translations
  @translations
end