Class: Glossarist::NonVerbRep
- Inherits:
-
Object
- Object
- Glossarist::NonVerbRep
- Defined in:
- lib/glossarist/non_verb_rep.rb
Instance Attribute Summary collapse
-
#formula ⇒ Object
Returns the value of attribute formula.
-
#image ⇒ Object
Returns the value of attribute image.
- #sources ⇒ Array<ConceptSource>
-
#table ⇒ Object
Returns the value of attribute table.
Instance Attribute Details
#formula ⇒ Object
Returns the value of attribute formula.
7 8 9 |
# File 'lib/glossarist/non_verb_rep.rb', line 7 def formula @formula end |
#image ⇒ Object
Returns the value of attribute image.
5 6 7 |
# File 'lib/glossarist/non_verb_rep.rb', line 5 def image @image end |
#sources ⇒ Array<ConceptSource>
10 11 12 |
# File 'lib/glossarist/non_verb_rep.rb', line 10 def sources @sources end |
#table ⇒ Object
Returns the value of attribute table.
6 7 8 |
# File 'lib/glossarist/non_verb_rep.rb', line 6 def table @table end |