Class: HighLevel::Models::Forms::FormsSubmissionsSubmissionsSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Forms::FormsSubmissionsSubmissionsSchema
- Defined in:
- lib/high_level/models/forms/forms_submissions_submissions_schema.rb
Instance Attribute Summary collapse
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#form_id ⇒ Object
readonly
Returns the value of attribute form_id.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#others ⇒ Object
readonly
Returns the value of attribute others.
Instance Attribute Details
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/forms/forms_submissions_submissions_schema.rb', line 9 def contact_id @contact_id end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/forms/forms_submissions_submissions_schema.rb', line 9 def created_at @created_at end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/forms/forms_submissions_submissions_schema.rb', line 9 def email @email end |
#form_id ⇒ Object (readonly)
Returns the value of attribute form_id
9 10 11 |
# File 'lib/high_level/models/forms/forms_submissions_submissions_schema.rb', line 9 def form_id @form_id end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/forms/forms_submissions_submissions_schema.rb', line 9 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/forms/forms_submissions_submissions_schema.rb', line 9 def name @name end |
#others ⇒ Object (readonly)
Returns the value of attribute others
9 10 11 |
# File 'lib/high_level/models/forms/forms_submissions_submissions_schema.rb', line 9 def others @others end |