Module: Asset::SharedLibraryTubeBehaviour
- Extended by:
- ActiveSupport::Concern
- Included in:
- LibraryTube, MultiplexedLibraryTube
- Defined in:
- app/models/asset/shared_library_tube_behaviour.rb
Overview
Included in LibraryTube and MultiplexedLibraryTube
Instance Method Summary collapse
Instance Method Details
#library_source_plates ⇒ Object
13 14 15 |
# File 'app/models/asset/shared_library_tube_behaviour.rb', line 13 def library_source_plates purpose.try(:library_source_plates, self) || [] end |