Class: Specify::Model::PreparationType
- Inherits:
-
Object
- Object
- Specify::Model::PreparationType
- Includes:
- Createable, Updateable
- Defined in:
- lib/specify/models/preparation_type.rb
Overview
PreparationTypes, are categopries of Specify::Model::Preparation. A PreparationType providess a controlled vocabulary for available types of preparations, where the element in the controlled vocabulary is the #name.
Instance Method Summary collapse
-
#name ⇒ Object
Returns a String with the name of
self
(a short name that is an element of a controlled vocabulary).
Methods included from Updateable
Methods included from Createable
Instance Method Details
#name ⇒ Object
Returns a String with the name of self
(a short name that is an element of a controlled vocabulary).
25 26 27 |
# File 'lib/specify/models/preparation_type.rb', line 25 def name self[:Name] end |