Class: Typeform::Form
- Inherits:
-
Object
- Object
- Typeform::Form
- Includes:
- JSON::Encodable
- Defined in:
- lib/typeform/form.rb
Instance Attribute Summary collapse
-
#design_id ⇒ Object
Returns the value of attribute design_id.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#title ⇒ Object
Returns the value of attribute title.
-
#webhook_submit_url ⇒ Object
Returns the value of attribute webhook_submit_url.
Instance Attribute Details
#design_id ⇒ Object
Returns the value of attribute design_id.
12 13 14 |
# File 'lib/typeform/form.rb', line 12 def design_id @design_id end |
#fields ⇒ Object
Returns the value of attribute fields.
12 13 14 |
# File 'lib/typeform/form.rb', line 12 def fields @fields end |
#title ⇒ Object
Returns the value of attribute title.
12 13 14 |
# File 'lib/typeform/form.rb', line 12 def title @title end |
#webhook_submit_url ⇒ Object
Returns the value of attribute webhook_submit_url.
12 13 14 |
# File 'lib/typeform/form.rb', line 12 def webhook_submit_url @webhook_submit_url end |