Class: HighLevel::Models::Contacts::CreateTaskParams
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Contacts::CreateTaskParams
- Defined in:
- lib/high_level/models/contacts/create_task_params.rb
Instance Attribute Summary collapse
-
#assigned_to ⇒ Object
readonly
Returns the value of attribute assigned_to.
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#completed ⇒ Object
readonly
Returns the value of attribute completed.
-
#due_date ⇒ Object
readonly
Returns the value of attribute due_date.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#assigned_to ⇒ Object (readonly)
Returns the value of attribute assigned_to
9 10 11 |
# File 'lib/high_level/models/contacts/create_task_params.rb', line 9 def assigned_to @assigned_to end |
#body ⇒ Object (readonly)
Returns the value of attribute body
9 10 11 |
# File 'lib/high_level/models/contacts/create_task_params.rb', line 9 def body @body end |
#completed ⇒ Object (readonly)
Returns the value of attribute completed
9 10 11 |
# File 'lib/high_level/models/contacts/create_task_params.rb', line 9 def completed @completed end |
#due_date ⇒ Object (readonly)
Returns the value of attribute due_date
9 10 11 |
# File 'lib/high_level/models/contacts/create_task_params.rb', line 9 def due_date @due_date end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/contacts/create_task_params.rb', line 9 def title @title end |