Class: HighLevel::Models::KnowledgeBase::AddFaqDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::KnowledgeBase::AddFaqDTO
- Defined in:
- lib/high_level/models/knowledge_base/add_faq_dto.rb
Instance Attribute Summary collapse
-
#answer ⇒ Object
readonly
Returns the value of attribute answer.
-
#knowledge_base_id ⇒ Object
readonly
Returns the value of attribute knowledge_base_id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#question ⇒ Object
readonly
Returns the value of attribute question.
Instance Attribute Details
#answer ⇒ Object (readonly)
Returns the value of attribute answer
9 10 11 |
# File 'lib/high_level/models/knowledge_base/add_faq_dto.rb', line 9 def answer @answer end |
#knowledge_base_id ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/knowledge_base/add_faq_dto.rb', line 9 def location_id @location_id end |
#question ⇒ Object (readonly)
Returns the value of attribute question
9 10 11 |
# File 'lib/high_level/models/knowledge_base/add_faq_dto.rb', line 9 def question @question end |