Class: HighLevel::Models::KnowledgeBase::AddFaqDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/knowledge_base/add_faq_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#answerObject (readonly)

Returns the value of attribute answer

Returns:

  • (Object)

    the current value of answer



9
10
11
# File 'lib/high_level/models/knowledge_base/add_faq_dto.rb', line 9

def answer
  @answer
end

#knowledge_base_idObject (readonly)

Returns the value of attribute knowledge_base_id

Returns:

  • (Object)

    the current value of knowledge_base_id



9
10
11
# File 'lib/high_level/models/knowledge_base/add_faq_dto.rb', line 9

def knowledge_base_id
  @knowledge_base_id
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/knowledge_base/add_faq_dto.rb', line 9

def location_id
  @location_id
end

#questionObject (readonly)

Returns the value of attribute question

Returns:

  • (Object)

    the current value of question



9
10
11
# File 'lib/high_level/models/knowledge_base/add_faq_dto.rb', line 9

def question
  @question
end