Class: HighLevel::Models::KnowledgeBase::KnowledgeBaseMetadataDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::KnowledgeBase::KnowledgeBaseMetadataDTO
- Defined in:
- lib/high_level/models/knowledge_base/knowledge_base_metadata_dto.rb
Instance Attribute Summary collapse
-
#faqs ⇒ Object
readonly
Returns the value of attribute faqs.
-
#files ⇒ Object
readonly
Returns the value of attribute files.
-
#rich_text ⇒ Object
readonly
Returns the value of attribute rich_text.
-
#tables ⇒ Object
readonly
Returns the value of attribute tables.
-
#urls ⇒ Object
readonly
Returns the value of attribute urls.
-
#web_searches ⇒ Object
readonly
Returns the value of attribute web_searches.
Instance Attribute Details
#faqs ⇒ Object (readonly)
Returns the value of attribute faqs
9 10 11 |
# File 'lib/high_level/models/knowledge_base/knowledge_base_metadata_dto.rb', line 9 def faqs @faqs end |
#files ⇒ Object (readonly)
Returns the value of attribute files
9 10 11 |
# File 'lib/high_level/models/knowledge_base/knowledge_base_metadata_dto.rb', line 9 def files @files end |
#rich_text ⇒ Object (readonly)
Returns the value of attribute rich_text
9 10 11 |
# File 'lib/high_level/models/knowledge_base/knowledge_base_metadata_dto.rb', line 9 def rich_text @rich_text end |
#tables ⇒ Object (readonly)
Returns the value of attribute tables
9 10 11 |
# File 'lib/high_level/models/knowledge_base/knowledge_base_metadata_dto.rb', line 9 def tables @tables end |
#urls ⇒ Object (readonly)
Returns the value of attribute urls
9 10 11 |
# File 'lib/high_level/models/knowledge_base/knowledge_base_metadata_dto.rb', line 9 def urls @urls end |
#web_searches ⇒ Object (readonly)
Returns the value of attribute web_searches
9 10 11 |
# File 'lib/high_level/models/knowledge_base/knowledge_base_metadata_dto.rb', line 9 def web_searches @web_searches end |