Class: LabwareCreators::WellFilterAllowingPartials

Inherits:
WellFilter
  • Object
show all
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

Instance Attribute Details

#request_stateObject

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