Class: HighLevel::Models::CustomMenus::UpdateCustomMenuDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#allow_cameraObject (readonly)

Returns the value of attribute allow_camera

Returns:

  • (Object)

    the current value of allow_camera



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

def allow_camera
  @allow_camera
end

#allow_microphoneObject (readonly)

Returns the value of attribute allow_microphone

Returns:

  • (Object)

    the current value of allow_microphone



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

def allow_microphone
  @allow_microphone
end

#iconObject (readonly)

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



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

def icon
  @icon
end

#locationsObject (readonly)

Returns the value of attribute locations

Returns:

  • (Object)

    the current value of locations



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

def locations
  @locations
end

#open_modeObject (readonly)

Returns the value of attribute open_mode

Returns:

  • (Object)

    the current value of open_mode



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

def open_mode
  @open_mode
end

#show_on_companyObject (readonly)

Returns the value of attribute show_on_company

Returns:

  • (Object)

    the current value of show_on_company



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

def show_on_company
  @show_on_company
end

#show_on_locationObject (readonly)

Returns the value of attribute show_on_location

Returns:

  • (Object)

    the current value of show_on_location



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

def show_on_location
  @show_on_location
end

#show_to_all_locationsObject (readonly)

Returns the value of attribute show_to_all_locations

Returns:

  • (Object)

    the current value of show_to_all_locations



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

def show_to_all_locations
  @show_to_all_locations
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end

#user_roleObject (readonly)

Returns the value of attribute user_role

Returns:

  • (Object)

    the current value of user_role



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

def user_role
  @user_role
end