Class: REDCap::Form::Notes
- Defined in:
- lib/red_cap/form/fields.rb
Constant Summary
Constants inherited from Field
Instance Attribute Summary
Attributes inherited from Field
#associated_fields, #attributes, #options
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
#text? ⇒ Boolean
55 56 57 |
# File 'lib/red_cap/form/fields.rb', line 55 def text? true end |