Class: ODDB::Drugs::GalenicForm
- Defined in:
- lib/oddb/export/yaml.rb,
lib/oddb/drugs/galenic_form.rb,
lib/oddb/persistence/odba/drugs/galenic_form.rb
Constant Summary
Constants included from OddbUri
Instance Method Summary collapse
Methods inherited from Model
#__odba_delete__, #__odba_save__, _serializables, belongs_to, connections, connector, connectors, #data_origin, #data_origins, delegates, #delete, find_by_uid, has_many, is_coded, m10l_document, multilingual, #odba_serializables, #oid, on_delete, on_save, predicates, #save, #saved?, serializables, serialize, singular
Methods included from ODBA::Persistable
Methods included from Yaml
append_features, #to_yaml_properties
Methods included from OddbUri
#to_yaml, #to_yaml_map, #to_yaml_type
Instance Method Details
#==(other) ⇒ Object
14 15 16 17 18 |
# File 'lib/oddb/drugs/galenic_form.rb', line 14 def ==(other) super || (!@group.nil? && @group == other.group) rescue false end |