Class: HighLevel::Models::CustomMenus::GetCustomMenusResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::CustomMenus::GetCustomMenusResponseDTO
- Defined in:
- lib/high_level/models/custom_menus/get_custom_menus_response_dto.rb
Instance Attribute Summary collapse
-
#custom_menus ⇒ Object
readonly
Returns the value of attribute custom_menus.
-
#total_links ⇒ Object
readonly
Returns the value of attribute total_links.
Instance Attribute Details
#custom_menus ⇒ Object (readonly)
Returns the value of attribute custom_menus
9 10 11 |
# File 'lib/high_level/models/custom_menus/get_custom_menus_response_dto.rb', line 9 def @custom_menus end |
#total_links ⇒ Object (readonly)
Returns the value of attribute 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 |