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