Class: HighLevel::Models::KnowledgeBase::KnowledgeBaseMetadataDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#faqsObject (readonly)

Returns the value of attribute faqs

Returns:

  • (Object)

    the current value of faqs



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

def faqs
  @faqs
end

#filesObject (readonly)

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



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

def files
  @files
end

#rich_textObject (readonly)

Returns the value of attribute rich_text

Returns:

  • (Object)

    the current value of 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

#tablesObject (readonly)

Returns the value of attribute tables

Returns:

  • (Object)

    the current value of tables



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

def tables
  @tables
end

#urlsObject (readonly)

Returns the value of attribute urls

Returns:

  • (Object)

    the current value of urls



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

def urls
  @urls
end

#web_searchesObject (readonly)

Returns the value of attribute web_searches

Returns:

  • (Object)

    the current value of 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