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