Class: HighLevel::Models::Contacts::TaskSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/contacts/task_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_toObject (readonly)

Returns the value of attribute assigned_to

Returns:

  • (Object)

    the current value of assigned_to



9
10
11
# File 'lib/high_level/models/contacts/task_schema.rb', line 9

def assigned_to
  @assigned_to
end

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



9
10
11
# File 'lib/high_level/models/contacts/task_schema.rb', line 9

def body
  @body
end

#completedObject (readonly)

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



9
10
11
# File 'lib/high_level/models/contacts/task_schema.rb', line 9

def completed
  @completed
end

#contact_idObject (readonly)

Returns the value of attribute contact_id

Returns:

  • (Object)

    the current value of contact_id



9
10
11
# File 'lib/high_level/models/contacts/task_schema.rb', line 9

def contact_id
  @contact_id
end

#due_dateObject (readonly)

Returns the value of attribute due_date

Returns:

  • (Object)

    the current value of due_date



9
10
11
# File 'lib/high_level/models/contacts/task_schema.rb', line 9

def due_date
  @due_date
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/contacts/task_schema.rb', line 9

def id
  @id
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/high_level/models/contacts/task_schema.rb', line 9

def title
  @title
end