Class: HighLevel::Models::BrandBoards::GetBrandBoardsByLocationSuccessDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/brand_boards/get_brand_boards_by_location_success_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#brand_boardsObject (readonly)

Returns the value of attribute brand_boards

Returns:

  • (Object)

    the current value of 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_countObject (readonly)

Returns the value of attribute total_count

Returns:

  • (Object)

    the current value of 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