Class: AnkiTranslator::References::Definition

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

Instance Attribute Summary collapse

Instance Attribute Details

#examplesObject

Returns the value of attribute examples

Returns:

  • (Object)

    the current value of examples



6
7
8
# File 'lib/vocab_to_anki/references.rb', line 6

def examples
  @examples
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



6
7
8
# File 'lib/vocab_to_anki/references.rb', line 6

def source
  @source
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



6
7
8
# File 'lib/vocab_to_anki/references.rb', line 6

def text
  @text
end