Class: Glossarist::NonVerbRep

Inherits:
Object
  • Object
show all
Defined in:
lib/glossarist/non_verb_rep.rb

Instance Attribute Summary collapse

Instance Attribute Details

#formulaObject

Returns the value of attribute formula.



7
8
9
# File 'lib/glossarist/non_verb_rep.rb', line 7

def formula
  @formula
end

#imageObject

Returns the value of attribute image.



5
6
7
# File 'lib/glossarist/non_verb_rep.rb', line 5

def image
  @image
end

#sourcesArray<ConceptSource>

Returns:



10
11
12
# File 'lib/glossarist/non_verb_rep.rb', line 10

def sources
  @sources
end

#tableObject

Returns the value of attribute table.



6
7
8
# File 'lib/glossarist/non_verb_rep.rb', line 6

def table
  @table
end