Class: Supersaas::Form

Inherits:
BaseModel show all
Defined in:
lib/supersaas-api-client/models/form.rb

Instance Attribute Summary collapse

Attributes inherited from BaseModel

#attributes, #errors

Method Summary

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from Supersaas::BaseModel

Instance Attribute Details

#contentObject

Returns the value of attribute content.



5
6
7
# File 'lib/supersaas-api-client/models/form.rb', line 5

def content
  @content
end

#created_onObject

Returns the value of attribute created_on.



5
6
7
# File 'lib/supersaas-api-client/models/form.rb', line 5

def created_on
  @created_on
end

#deletedObject

Returns the value of attribute deleted.



5
6
7
# File 'lib/supersaas-api-client/models/form.rb', line 5

def deleted
  @deleted
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/supersaas-api-client/models/form.rb', line 5

def id
  @id
end

#reservation_process_idObject

Returns the value of attribute reservation_process_id.



5
6
7
# File 'lib/supersaas-api-client/models/form.rb', line 5

def reservation_process_id
  @reservation_process_id
end

#super_form_idObject

Returns the value of attribute super_form_id.



5
6
7
# File 'lib/supersaas-api-client/models/form.rb', line 5

def super_form_id
  @super_form_id
end

#uniqObject

Returns the value of attribute uniq.



5
6
7
# File 'lib/supersaas-api-client/models/form.rb', line 5

def uniq
  @uniq
end

#updated_nameObject

Returns the value of attribute updated_name.



5
6
7
# File 'lib/supersaas-api-client/models/form.rb', line 5

def updated_name
  @updated_name
end

#updated_onObject

Returns the value of attribute updated_on.



5
6
7
# File 'lib/supersaas-api-client/models/form.rb', line 5

def updated_on
  @updated_on
end

#user_idObject

Returns the value of attribute user_id.



5
6
7
# File 'lib/supersaas-api-client/models/form.rb', line 5

def user_id
  @user_id
end