Class: REDCap::Form::File
- Defined in:
- lib/red_cap/form/fields.rb
Constant Summary
Constants inherited from Field
Instance Attribute Summary
Attributes inherited from Field
#attributes, #form, #responses
Instance Method Summary collapse
Methods inherited from Field
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class REDCap::Form::Field
Instance Method Details
#value ⇒ Object
60 61 62 63 64 |
# File 'lib/red_cap/form/fields.rb', line 60 def value if responses[field_name].present? field_name end end |