Class: HighLevel::Models::KnowledgeBase::OperationDetailsDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::KnowledgeBase::OperationDetailsDTO
- Defined in:
- lib/high_level/models/knowledge_base/operation_details_dto.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#discovered_urls_count ⇒ Object
readonly
Returns the value of attribute discovered_urls_count.
-
#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.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#robots_file_data ⇒ Object
readonly
Returns the value of attribute robots_file_data.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#trained_urls_count ⇒ Object
readonly
Returns the value of attribute trained_urls_count.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#v ⇒ Object
readonly
Returns the value of attribute v.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/knowledge_base/operation_details_dto.rb', line 9 def created_at @created_at end |
#discovered_urls_count ⇒ Object (readonly)
Returns the value of attribute discovered_urls_count
9 10 11 |
# File 'lib/high_level/models/knowledge_base/operation_details_dto.rb', line 9 def discovered_urls_count @discovered_urls_count end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/knowledge_base/operation_details_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/operation_details_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/operation_details_dto.rb', line 9 def location_id @location_id end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
9 10 11 |
# File 'lib/high_level/models/knowledge_base/operation_details_dto.rb', line 9 def mode @mode end |
#robots_file_data ⇒ Object (readonly)
Returns the value of attribute robots_file_data
9 10 11 |
# File 'lib/high_level/models/knowledge_base/operation_details_dto.rb', line 9 def robots_file_data @robots_file_data end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/knowledge_base/operation_details_dto.rb', line 9 def status @status end |
#trained_urls_count ⇒ Object (readonly)
Returns the value of attribute trained_urls_count
9 10 11 |
# File 'lib/high_level/models/knowledge_base/operation_details_dto.rb', line 9 def trained_urls_count @trained_urls_count end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/knowledge_base/operation_details_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/operation_details_dto.rb', line 9 def url @url end |
#v ⇒ Object (readonly)
Returns the value of attribute v
9 10 11 |
# File 'lib/high_level/models/knowledge_base/operation_details_dto.rb', line 9 def v @v end |