Class: HighLevel::Models::CustomMenus::CustomMenuSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::CustomMenus::CustomMenuSchema
- Defined in:
- lib/high_level/models/custom_menus/custom_menu_schema.rb
Instance Attribute Summary collapse
-
#allow_camera ⇒ Object
readonly
Returns the value of attribute allow_camera.
-
#allow_microphone ⇒ Object
readonly
Returns the value of attribute allow_microphone.
-
#icon ⇒ Object
readonly
Returns the value of attribute icon.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#locations ⇒ Object
readonly
Returns the value of attribute locations.
-
#open_mode ⇒ Object
readonly
Returns the value of attribute open_mode.
-
#order ⇒ Object
readonly
Returns the value of attribute order.
-
#show_on_company ⇒ Object
readonly
Returns the value of attribute show_on_company.
-
#show_on_location ⇒ Object
readonly
Returns the value of attribute show_on_location.
-
#show_to_all_locations ⇒ Object
readonly
Returns the value of attribute show_to_all_locations.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#user_role ⇒ Object
readonly
Returns the value of attribute user_role.
Instance Attribute Details
#allow_camera ⇒ Object (readonly)
Returns the value of attribute allow_camera
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def allow_camera @allow_camera end |
#allow_microphone ⇒ Object (readonly)
Returns the value of attribute allow_microphone
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def allow_microphone @allow_microphone end |
#icon ⇒ Object (readonly)
Returns the value of attribute icon
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def icon @icon end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def id @id end |
#locations ⇒ Object (readonly)
Returns the value of attribute locations
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def locations @locations end |
#open_mode ⇒ Object (readonly)
Returns the value of attribute open_mode
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def open_mode @open_mode end |
#order ⇒ Object (readonly)
Returns the value of attribute order
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def order @order end |
#show_on_company ⇒ Object (readonly)
Returns the value of attribute show_on_company
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def show_on_company @show_on_company end |
#show_on_location ⇒ Object (readonly)
Returns the value of attribute show_on_location
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def show_on_location @show_on_location end |
#show_to_all_locations ⇒ Object (readonly)
Returns the value of attribute show_to_all_locations
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def show_to_all_locations @show_to_all_locations end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def title @title end |
#url ⇒ Object (readonly)
Returns the value of attribute url
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def url @url end |
#user_role ⇒ Object (readonly)
Returns the value of attribute user_role
9 10 11 |
# File 'lib/high_level/models/custom_menus/custom_menu_schema.rb', line 9 def user_role @user_role end |