Class: HighLevel::Models::KnowledgeBase::TrainDiscoveredUrlsDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::KnowledgeBase::TrainDiscoveredUrlsDTO
- Defined in:
- lib/high_level/models/knowledge_base/train_discovered_urls_dto.rb
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ Object
readonly
Returns the value of attribute knowledge_base_id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#operation_id ⇒ Object
readonly
Returns the value of attribute operation_id.
-
#url_ids ⇒ Object
readonly
Returns the value of attribute url_ids.
Instance Attribute Details
#knowledge_base_id ⇒ Object (readonly)
Returns the value of attribute knowledge_base_id
9 10 11 |
# File 'lib/high_level/models/knowledge_base/train_discovered_urls_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/train_discovered_urls_dto.rb', line 9 def location_id @location_id end |
#operation_id ⇒ Object (readonly)
Returns the value of attribute operation_id
9 10 11 |
# File 'lib/high_level/models/knowledge_base/train_discovered_urls_dto.rb', line 9 def operation_id @operation_id end |
#url_ids ⇒ Object (readonly)
Returns the value of attribute url_ids
9 10 11 |
# File 'lib/high_level/models/knowledge_base/train_discovered_urls_dto.rb', line 9 def url_ids @url_ids end |