Method: Calendly::RoutingFormQuestion#type
- Defined in:
- lib/calendly/models/routing_form_question.rb
#type ⇒ String
Question type: name, text input, email, phone, textarea input, dropdown list or radio button list.
19 20 21 |
# File 'lib/calendly/models/routing_form_question.rb', line 19 def type @type end |