Class: HighLevel::Models::CustomMenus::GetCustomMenusResponseDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/custom_menus/get_custom_menus_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#custom_menusObject (readonly)

Returns the value of attribute custom_menus

Returns:

  • (Object)

    the current value of custom_menus



9
10
11
# File 'lib/high_level/models/custom_menus/get_custom_menus_response_dto.rb', line 9

def custom_menus
  @custom_menus
end

Returns the value of attribute total_links

Returns:

  • (Object)

    the current value of total_links



9
10
11
# File 'lib/high_level/models/custom_menus/get_custom_menus_response_dto.rb', line 9

def total_links
  @total_links
end