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



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

def self.client_method
  :notification_email
end

.response_nestingObject



88
89
90
# File 'lib/formstack/form.rb', line 88

def self.response_nesting
  "notifications"
end