Class: Formstack::NotificationEmail

Inherits:
Object
  • Object
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_methodObject



79
80
81
# File 'lib/formstack/form.rb', line 79

def self.client_method
  :notification_email
end

.response_nestingObject



83
84
85
# File 'lib/formstack/form.rb', line 83

def self.response_nesting
  "notifications"
end