Class: LabwareCreators::WellFilterAllowingPartials
- Inherits:
-
WellFilter
- Object
- WellFilter
- LabwareCreators::WellFilterAllowingPartials
- Defined in:
- app/models/labware_creators/well_filter_allowing_partials.rb
Overview
Version of WellFilter allowing partial submissions from a plate. i.e. not all wells need to match the well filter. Also adds a check on request state.
Instance Attribute Summary collapse
-
#request_state ⇒ Object
Returns the value of attribute request_state.
Instance Attribute Details
#request_state ⇒ Object
Returns the value of attribute request_state.
9 10 11 |
# File 'app/models/labware_creators/well_filter_allowing_partials.rb', line 9 def request_state @request_state end |