Class: Formstack::NotificationEmail
- Inherits:
-
Object
- Object
- Formstack::NotificationEmail
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
84
85
86
|
# File 'lib/formstack/form.rb', line 84
def self.client_method
:notification_email
end
|
.response_nesting ⇒ Object
88
89
90
|
# File 'lib/formstack/form.rb', line 88
def self.response_nesting
"notifications"
end
|