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
72
73
74
|
# File 'lib/formstack/form.rb', line 72
def self.client_method
:confirmation_email
end
|
.response_nesting ⇒ Object
76
77
78
|
# File 'lib/formstack/form.rb', line 76
def self.response_nesting
"confirmations"
end
|