Class: Formstack::ConfirmationEmail
- Inherits:
-
Object
- Object
- Formstack::ConfirmationEmail
show all
- 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
67
68
69
|
# File 'lib/formstack/form.rb', line 67
def self.client_method
:confirmation_email
end
|
.response_nesting ⇒ Object
71
72
73
|
# File 'lib/formstack/form.rb', line 71
def self.response_nesting
"confirmations"
end
|