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