Class: Supersaas::Form
- Defined in:
- lib/supersaas-api-client/models/form.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#created_on ⇒ Object
Returns the value of attribute created_on.
-
#deleted ⇒ Object
Returns the value of attribute deleted.
-
#id ⇒ Object
Returns the value of attribute id.
-
#reservation_process_id ⇒ Object
Returns the value of attribute reservation_process_id.
-
#super_form_id ⇒ Object
Returns the value of attribute super_form_id.
-
#uniq ⇒ Object
Returns the value of attribute uniq.
-
#updated_name ⇒ Object
Returns the value of attribute updated_name.
-
#updated_on ⇒ Object
Returns the value of attribute updated_on.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from BaseModel
Method Summary
Methods inherited from BaseModel
Constructor Details
This class inherits a constructor from Supersaas::BaseModel
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
5 6 7 |
# File 'lib/supersaas-api-client/models/form.rb', line 5 def content @content end |
#created_on ⇒ Object
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 |
#deleted ⇒ Object
Returns the value of attribute deleted.
5 6 7 |
# File 'lib/supersaas-api-client/models/form.rb', line 5 def deleted @deleted end |
#id ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
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 |
#uniq ⇒ Object
Returns the value of attribute uniq.
5 6 7 |
# File 'lib/supersaas-api-client/models/form.rb', line 5 def uniq @uniq end |
#updated_name ⇒ Object
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_on ⇒ Object
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_id ⇒ Object
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 |