Class: HighLevel::Models::KnowledgeBase::CrawledUrlDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



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

def content
  @content
end

#content_edited_by_userObject (readonly)

Returns the value of attribute content_edited_by_user

Returns:

  • (Object)

    the current value of content_edited_by_user



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

def content_edited_by_user
  @content_edited_by_user
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
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/crawled_url_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/crawled_url_dto.rb', line 9

def location_id
  @location_id
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



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

def updated_at
  @updated_at
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end