Class: HighLevel::Models::KnowledgeBase::ListFaqsResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::KnowledgeBase::ListFaqsResponseDTO
- Defined in:
- lib/high_level/models/knowledge_base/list_faqs_response_dto.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#faqs ⇒ Object
readonly
Returns the value of attribute faqs.
-
#has_more ⇒ Object
readonly
Returns the value of attribute has_more.
-
#last_faq_id ⇒ Object
readonly
Returns the value of attribute last_faq_id.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
9 10 11 |
# File 'lib/high_level/models/knowledge_base/list_faqs_response_dto.rb', line 9 def count @count end |
#faqs ⇒ Object (readonly)
Returns the value of attribute faqs
9 10 11 |
# File 'lib/high_level/models/knowledge_base/list_faqs_response_dto.rb', line 9 def faqs @faqs end |
#has_more ⇒ Object (readonly)
Returns the value of attribute has_more
9 10 11 |
# File 'lib/high_level/models/knowledge_base/list_faqs_response_dto.rb', line 9 def has_more @has_more end |
#last_faq_id ⇒ Object (readonly)
Returns the value of attribute last_faq_id
9 10 11 |
# File 'lib/high_level/models/knowledge_base/list_faqs_response_dto.rb', line 9 def last_faq_id @last_faq_id end |