Class: Typeform::Form

Inherits:
Object
  • Object
show all
Includes:
JSON::Encodable
Defined in:
lib/typeform/form.rb

Instance Attribute Summary collapse

Instance Attribute Details

#design_idObject

Returns the value of attribute design_id.



12
13
14
# File 'lib/typeform/form.rb', line 12

def design_id
  @design_id
end

#fieldsObject

Returns the value of attribute fields.



12
13
14
# File 'lib/typeform/form.rb', line 12

def fields
  @fields
end

#titleObject

Returns the value of attribute title.



12
13
14
# File 'lib/typeform/form.rb', line 12

def title
  @title
end

#webhook_submit_urlObject

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