Class: Formstack::Submission
- Inherits:
-
Object
- Object
- Formstack::Submission
- Includes:
- Model
- Defined in:
- lib/formstack/form.rb
Class Method Summary collapse
Methods included from Model
#[], #delete, included, #initialize, #load, #update
Class Method Details
.client_method ⇒ Object
55 56 57 |
# File 'lib/formstack/form.rb', line 55 def self.client_method :submission end |
.response_nesting ⇒ Object
59 60 61 |
# File 'lib/formstack/form.rb', line 59 def self.response_nesting "submissions" end |