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