Class: Mdm::WebForm

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/mdm/web_form.rb

Overview

A filled-in form on a #web_site.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atDateTime

When this web form was created.



# File 'app/models/mdm/web_form.rb', line 17


#methodString

HTTP method (or verb) used to submitted this form, such as GET or POST.



# File 'app/models/mdm/web_form.rb', line 22


#pathString

Path portion of URL to which this form was submitted.



# File 'app/models/mdm/web_form.rb', line 27


#queryString

URL query that submitted for this form.



# File 'app/models/mdm/web_form.rb', line 32


#updated_atDateTime

The last time this web form was updated.



# File 'app/models/mdm/web_form.rb', line 37