Class: UatActions::IntegrationSuiteTools
- Inherits:
-
UatActions
- Object
- UatActions
- UatActions::IntegrationSuiteTools
- Defined in:
- app/uat_actions/uat_actions/integration_suite_tools.rb
Overview
Will construct plates with well_count wells filled with samples
Constant Summary
Constants inherited from UatActions
Class Method Summary collapse
-
.default ⇒ Object
Form fields We don’t actually have any fields.
Instance Method Summary collapse
-
#perform ⇒ true
Generates static records, and returns useful information about them.
Methods inherited from UatActions
all, category, find, form_field, form_fields, #form_fields, grouped_and_sorted_uat_actions, id, inherited, permitted, #report, #save, to_partial_path, uat_actions
Class Method Details
.default ⇒ Object
Form fields We don’t actually have any fields
18 19 20 |
# File 'app/uat_actions/uat_actions/integration_suite_tools.rb', line 18 def self.default new end |
Instance Method Details
#perform ⇒ true
Generates static records, and returns useful information about them
26 27 28 29 30 |
# File 'app/uat_actions/uat_actions/integration_suite_tools.rb', line 26 def perform report[:user_login] = user.login report[:user_swipecard] = UatActions::StaticRecords::SWIPECARD_CODE true end |