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
60 61 62 |
# File 'lib/formstack/form.rb', line 60 def self.client_method :submission end |
.response_nesting ⇒ Object
64 65 66 |
# File 'lib/formstack/form.rb', line 64 def self.response_nesting "submissions" end |