Method: MiniKraken::Core::AssociationCopy#value

Defined in:
lib/mini_kraken/core/association_copy.rb

#valueTerm

Returns the MiniKraken value associated with the variable.

Returns:

  • (Term)

    the MiniKraken value associated with the variable



40
41
42
# File 'lib/mini_kraken/core/association_copy.rb', line 40

def value
  source.value
end