Class: Isq::MathConcept
- Inherits:
-
SduSmart::TermEntry
- Object
- SduSmart::TermEntry
- Isq::MathConcept
show all
- Includes:
- YamlAdapters
- Defined in:
- lib/isq/math_concept.rb
Instance Method Summary
collapse
#definition_from_yaml, #definition_to_yaml, #designations_from_yaml, #designations_to_yaml, #note_from_yaml, #note_to_yaml, #symbols_from_yaml, #symbols_to_yaml
Instance Method Details
#definition=(value) ⇒ Object
17
18
19
20
|
# File 'lib/isq/math_concept.rb', line 17
def definition=(value)
value_set_for(:definition)
@definition = value
end
|
#note=(value) ⇒ Object
22
23
24
25
|
# File 'lib/isq/math_concept.rb', line 22
def note=(value)
value_set_for(:note)
@note = value
end
|