Class: HighLevel::Models::Opportunities::PostSearchSuccessfulResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Opportunities::PostSearchSuccessfulResponseDto
- Defined in:
- lib/high_level/models/opportunities/post_search_successful_response_dto.rb
Instance Attribute Summary collapse
-
#aggregations ⇒ Object
readonly
Returns the value of attribute aggregations.
-
#opportunities ⇒ Object
readonly
Returns the value of attribute opportunities.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Instance Attribute Details
#aggregations ⇒ Object (readonly)
Returns the value of attribute aggregations
9 10 11 |
# File 'lib/high_level/models/opportunities/post_search_successful_response_dto.rb', line 9 def aggregations @aggregations end |
#opportunities ⇒ Object (readonly)
Returns the value of attribute opportunities
9 10 11 |
# File 'lib/high_level/models/opportunities/post_search_successful_response_dto.rb', line 9 def opportunities @opportunities end |
#total ⇒ Object (readonly)
Returns the value of attribute total
9 10 11 |
# File 'lib/high_level/models/opportunities/post_search_successful_response_dto.rb', line 9 def total @total end |