Class: Formstack::ConfirmationEmail

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



72
73
74
# File 'lib/formstack/form.rb', line 72

def self.client_method
  :confirmation_email
end

.response_nestingObject



76
77
78
# File 'lib/formstack/form.rb', line 76

def self.response_nesting
  "confirmations"
end