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