Class: Tube
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Tube
- Defined in:
- app/models/tube.rb
Overview
Tube
Constant Summary
Constants included from Labware
Instance Method Summary collapse
Methods included from Labware
Instance Method Details
#identifier ⇒ Object
40 41 42 |
# File 'app/models/tube.rb', line 40 def identifier end |
#labware_type ⇒ Object
48 49 50 |
# File 'app/models/tube.rb', line 48 def labware_type self.class.name.downcase end |
#position ⇒ Object
44 45 46 |
# File 'app/models/tube.rb', line 44 def position nil end |