Class: HighLevel::Models::KnowledgeBase::DiscoverWebsiteRequestDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::KnowledgeBase::DiscoverWebsiteRequestDTO
- Defined in:
- lib/high_level/models/knowledge_base/discover_website_request_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.
-
#option ⇒ Object
readonly
Returns the value of attribute option.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
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/discover_website_request_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/discover_website_request_dto.rb', line 9 def location_id @location_id end |
#option ⇒ Object (readonly)
Returns the value of attribute option
9 10 11 |
# File 'lib/high_level/models/knowledge_base/discover_website_request_dto.rb', line 9 def option @option end |
#url ⇒ Object (readonly)
Returns the value of attribute url
9 10 11 |
# File 'lib/high_level/models/knowledge_base/discover_website_request_dto.rb', line 9 def url @url end |