Class: REDCap::Form::File

Inherits:
Field
  • Object
show all
Defined in:
lib/red_cap/form/fields.rb

Constant Summary

Constants inherited from Field

REDCap::Form::Field::KEYS

Instance Attribute Summary

Attributes inherited from Field

#associated_fields, #attributes, #options

Instance Method Summary collapse

Methods inherited from Field

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class REDCap::Form::Field

Instance Method Details

#value(responses) ⇒ Object



63
64
65
66
67
# File 'lib/red_cap/form/fields.rb', line 63

def value responses
  if super.present?
    field_name
  end
end