Class: HighLevel::Models::KnowledgeBase::CrawlingAggregateDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::KnowledgeBase::CrawlingAggregateDTO
- Defined in:
- lib/high_level/models/knowledge_base/crawling_aggregate_dto.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#records ⇒ Object
readonly
Returns the value of attribute records.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/knowledge_base/crawling_aggregate_dto.rb', line 9 def id @id end |
#records ⇒ Object (readonly)
Returns the value of attribute records
9 10 11 |
# File 'lib/high_level/models/knowledge_base/crawling_aggregate_dto.rb', line 9 def records @records end |