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