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