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